mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-06 Christian Stimming <stimming@tuhh.de>
* src/scm/report/transaction-report.scm: fix bug. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4120 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4f5f7b89f2
commit
0aa979f008
@ -1,3 +1,7 @@
|
||||
2001-05-06 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/scm/report/transaction-report.scm: fix bug.
|
||||
|
||||
2001-05-05 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/gnome/window-main.c: fix bugs
|
||||
|
@ -277,9 +277,7 @@
|
||||
(if (eq? amount-setting 'single)
|
||||
(vector-set! column-list 7 #t))
|
||||
(if (eq? amount-setting 'double)
|
||||
(begin uary 2001
|
||||
|
||||
(vector-set! column-list 8 #t)
|
||||
(begin (vector-set! column-list 8 #t)
|
||||
(vector-set! column-list 9 #t))))
|
||||
(if (opt-val (N_ "Display") (N_ "Running Balance"))
|
||||
(vector-set! column-list 10 #t))
|
||||
|
Loading…
Reference in New Issue
Block a user