mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[register] [bugfix] use new price renderer
also bugfix: show price in account parent currency, instead of the original currency.
This commit is contained in:
@@ -245,8 +245,10 @@
|
||||
(gnc:make-html-table-cell/markup
|
||||
"text-cell"
|
||||
(if split-info?
|
||||
(gnc:make-gnc-monetary
|
||||
currency (xaccSplitGetSharePrice split))
|
||||
(gnc:default-price-renderer
|
||||
(gnc-account-get-currency-or-parent
|
||||
(xaccSplitGetAccount split))
|
||||
(xaccSplitGetSharePrice split))
|
||||
" "))))
|
||||
(if (amount-single-col column-vector)
|
||||
(addto! row-contents
|
||||
|
||||
Reference in New Issue
Block a user