mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace calls to QOF_COMMIT_EDIT_PART1 macro with calls to qof_commit_edit()
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13827 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -994,7 +994,7 @@ xaccTransCommitEdit (Transaction *trans)
|
||||
{
|
||||
if (!trans) return;
|
||||
|
||||
QOF_COMMIT_EDIT_PART1 (&trans->inst);
|
||||
if (!qof_commit_edit (QOF_INSTANCE(trans))) return;
|
||||
|
||||
/* We increment this for the duration of the call
|
||||
* so other functions don't result in a recursive
|
||||
|
||||
Reference in New Issue
Block a user