update price stuff

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@748 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-28 08:54:49 +00:00
parent 014e12a3e0
commit 602e7379a6

View File

@ -159,11 +159,13 @@ xaccSaveRegEntry (BasicRegister *reg)
}
if (MOD_SHRS & changed) {
/* hack alert -- implement this */
xaccSplitSetShareAmount (split, reg->shrsCell->amount);
xaccSplitRebalance (split);
}
if (MOD_PRIC & changed) {
/* hack alert -- implement this */
xaccSplitSetSharePrice (split, reg->priceCell->amount);
xaccSplitRebalance (split);
}
if (MOD_MEMO & changed)