mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
whatever
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@944 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6b3d2db21b
commit
b5b6c1c5e2
@ -166,8 +166,9 @@ printf ("save split is %p \n", split);
|
||||
if (MOD_DESC & changed)
|
||||
xaccTransSetDescription (trans, reg->descCell->cell.value);
|
||||
|
||||
if (MOD_RECN & changed)
|
||||
if (MOD_RECN & changed) {
|
||||
xaccSplitSetReconcile (split, reg->recnCell->value[0]);
|
||||
}
|
||||
|
||||
if (MOD_AMNT & changed) {
|
||||
double new_amount;
|
||||
|
Loading…
Reference in New Issue
Block a user