mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
ENH: "Shares" column gets number-cell styling
This commit enables styling for shares column which allows right-alignment of numeric amount.
This commit is contained in:
parent
1a886fac7d
commit
db019ec51e
@ -1104,7 +1104,9 @@ Credit Card, and Income accounts."))))))
|
||||
(column-uses? 'other-account-full-name used-columns))))
|
||||
|
||||
(if (column-uses? 'shares used-columns)
|
||||
(addto! row-contents (xaccSplitGetAmount split)))
|
||||
(addto! row-contents (gnc:make-html-table-cell/markup
|
||||
"number-cell"
|
||||
(xaccSplitGetAmount split))))
|
||||
|
||||
(if (column-uses? 'price used-columns)
|
||||
(addto! row-contents
|
||||
|
Loading…
Reference in New Issue
Block a user