mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
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:
parent
014e12a3e0
commit
602e7379a6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user