mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace more obsolete #define'd function names by their current names.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19936 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -851,7 +851,7 @@ gnc_account_create_opening_balance (Account *account,
|
||||
xaccTransBeginEdit (trans);
|
||||
|
||||
xaccTransSetCurrency (trans, xaccAccountGetCommodity (account));
|
||||
xaccTransSetDateSecs (trans, date);
|
||||
xaccTransSetDatePostedSecs (trans, date);
|
||||
xaccTransSetDescription (trans, _("Opening Balance"));
|
||||
|
||||
split = xaccMallocSplit (book);
|
||||
|
||||
Reference in New Issue
Block a user