mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #620763: Fix permuted "Retained Earnings/Losses" in balsheet-eg.eguile.scm
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19368 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3d6d345a04
commit
0276f793bc
@ -198,8 +198,8 @@
|
|||||||
(balancing-cc 'minusmerge etl-cc #f)
|
(balancing-cc 'minusmerge etl-cc #f)
|
||||||
(accrec-set-namelink! accrec-ie
|
(accrec-set-namelink! accrec-ie
|
||||||
(if (gnc-numeric-negative-p (accrec-balance-num accrec-ie))
|
(if (gnc-numeric-negative-p (accrec-balance-num accrec-ie))
|
||||||
(_ "Retained Earnings")
|
(_ "Retained Losses")
|
||||||
(_ "Retained Losses")))
|
(_ "Retained Earnings")))
|
||||||
(accrec-set-placeholder?! accrec-ie #t)
|
(accrec-set-placeholder?! accrec-ie #t)
|
||||||
(balancing-cc 'minusmerge (accrec-subtotal-cc accrec-ie) #f)
|
(balancing-cc 'minusmerge (accrec-subtotal-cc accrec-ie) #f)
|
||||||
(if (and (one-depth-1 accrec-eq)
|
(if (and (one-depth-1 accrec-eq)
|
||||||
|
Loading…
Reference in New Issue
Block a user