mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/main-window.scm: turn off the report-total by default
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8059 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bd8bf330a7
commit
ee167fef7b
@ -1,3 +1,7 @@
|
||||
2003-03-11 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/scm/main-window.scm: turn off the report-total by default
|
||||
|
||||
2003-03-10 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-core/gncEmployee.c: name the employee name
|
||||
|
@ -75,7 +75,7 @@ the account instead of opening a register.") #f))
|
||||
(gnc:make-list-option
|
||||
(N_ "Account Tree") (N_ "Account fields to display")
|
||||
"c" ""
|
||||
(list 'description 'total 'total_report)
|
||||
(list 'description 'total)
|
||||
(list (list->vector (list 'type (N_ "Type") ""))
|
||||
(list->vector (list 'code (N_ "Code") ""))
|
||||
(list->vector (list 'description (N_ "Description") ""))
|
||||
|
Loading…
Reference in New Issue
Block a user