mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix price scu.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3201 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3bee72d5d5
commit
65fc74b26d
@ -857,7 +857,7 @@ xaccInitSplitRegister (SplitRegister *reg,
|
||||
xaccSetPriceCellBlankZero(reg->priceCell, FALSE);
|
||||
|
||||
/* Use 5 decimal places for prices */
|
||||
xaccSetPriceCellFraction (reg->priceCell, 100000);
|
||||
xaccSetPriceCellFraction (reg->priceCell, 1000000);
|
||||
|
||||
/* The reconcile cell should only be entered with the pointer, and
|
||||
* only then when the user clicks directly on the cell. */
|
||||
|
Loading…
Reference in New Issue
Block a user