fix to entry
This commit is contained in:
parent
50e8cad6b4
commit
2c7593ae29
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ ledger.so: python.cc libledger.la
|
|||
|
||||
install-exec-hook:
|
||||
CFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS) -L. -L.libs" \
|
||||
python setup.py install --install-base=$(DESTDIR) --root
|
||||
python setup.py install --prefix=$(prefix)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ entry_t * derive_new_entry(journal_t& journal,
|
|||
|
||||
done:
|
||||
if (! run_hooks(journal.entry_finalize_hooks, *added))
|
||||
return NULL;
|
||||
throw error("Failed to finalize derived entry (check commodities)");
|
||||
|
||||
return added.release();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue