Fix r23536: got the 'closing keyword wrong in a couple of places

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23538 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander 2013-12-10 23:38:58 +00:00
parent 2182d04dad
commit 2a1f9f7547
2 changed files with 1 additions and 1 deletions

View File

@ -630,6 +630,7 @@
(list 'str (_ "Closing Entries"))
(list 'cased #f)
(list 'regexp #f)
(list 'closing #t)
)
))
(adjusting-pattern (or (get-val env 'adjusting-pattern)

View File

@ -717,7 +717,6 @@
(list (list 'str adjusting-str)
(list 'cased adjusting-cased)
(list 'regexp adjusting-regexp)
(list 'closing #t)
)
start-date-tp end-date-tp
))