mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
2182d04dad
commit
2a1f9f7547
@ -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)
|
||||
|
@ -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
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user