mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change CURRENCY_DENOM to 10000, matching what F::Q returns.
This commit is contained in:
parent
ffe96b3044
commit
93bb5c0fdd
@ -250,7 +250,7 @@ void gnc_price_print(GNCPrice *db, FILE *f, int indent);
|
|||||||
* of the commodity with a fixed denominator of the pricing currency's
|
* of the commodity with a fixed denominator of the pricing currency's
|
||||||
* SCU * 10000.
|
* SCU * 10000.
|
||||||
*/
|
*/
|
||||||
#define CURRENCY_DENOM 1000
|
#define CURRENCY_DENOM 10000
|
||||||
#define COMMODITY_DENOM_MULT 10000
|
#define COMMODITY_DENOM_MULT 10000
|
||||||
|
|
||||||
/* ================================================================ */
|
/* ================================================================ */
|
||||||
|
Loading…
Reference in New Issue
Block a user