mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
2001-06-09 Dave Peticolas <dave@krondo.com>
* src/SplitLedger.c (xaccSRDuplicateCurrent): fix bug git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4566 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
797a1594c5
commit
33eb5ec8dd
@ -1,5 +1,7 @@
|
||||
2001-06-09 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/SplitLedger.c (xaccSRDuplicateCurrent): fix bug
|
||||
|
||||
* src/gnc-ui-util.c (gnc_find_or_create_equity_account): allow
|
||||
group to be specified
|
||||
(gnc_account_create_opening_balance): search in given account's
|
||||
|
@ -2117,7 +2117,7 @@ xaccSRDuplicateCurrent (SplitRegister *reg)
|
||||
new_trans = xaccMallocTransaction ();
|
||||
|
||||
xaccTransBeginEdit (new_trans);
|
||||
gnc_copy_trans_onto_trans (trans, new_trans, FALSE, TRUE);
|
||||
gnc_copy_trans_onto_trans (trans, new_trans, FALSE, FALSE);
|
||||
xaccTransSetDateSecs (new_trans, date);
|
||||
xaccTransSetNum (new_trans, out_num);
|
||||
xaccTransCommitEdit (new_trans);
|
||||
|
Loading…
Reference in New Issue
Block a user