git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@944 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-08-08 02:52:23 +00:00
parent 6b3d2db21b
commit b5b6c1c5e2

View File

@ -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;