From 20a19532accd13f853d8174f9a40f8e43ebd45e1 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 13 Dec 2020 06:46:36 +0800 Subject: [PATCH] [trep-engine] move currency options into their own section, ter Another option moved from General to Currency section --- gnucash/report/reports/standard/balsheet-pnl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/reports/standard/balsheet-pnl.scm b/gnucash/report/reports/standard/balsheet-pnl.scm index 7b357e2185..50e4aa63f1 100644 --- a/gnucash/report/reports/standard/balsheet-pnl.scm +++ b/gnucash/report/reports/standard/balsheet-pnl.scm @@ -1183,7 +1183,7 @@ also show overall period profit & loss.")) (list "General" "End Date" (cons 'absolute (cdr datepair))) (list "Currency" "Show original currency amount" show-orig?) (list "Currency" "Common Currency" common-currency) - (list "General" "Report's currency" curr) + (list "Currency" "Report's currency" curr) (list "Display" "Amount" 'double) (list "Accounts" "Accounts" accts))))))