oops bug fix

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1010 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 9b22e84a61
commit ea3e63040a

@ -189,7 +189,7 @@ printf ("save split is %p \n", split);
}
if (MOD_TPRIC & changed) {
xaccSplitSetSharePrice (split, -(reg->priceTransCell->amount));
xaccSplitSetSharePrice (split, reg->priceTransCell->amount);
}
if (MOD_TVALU & changed) {

Loading…
Cancel
Save