mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix a crash in the aging report. Breaks a string, but seeing English is
better than seeing a guile stack trace. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14237 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -203,8 +203,8 @@
|
||||
this-currency
|
||||
(company-get-currency company-info)))
|
||||
(cons #f (sprintf
|
||||
(_ "Transactions relating to company %d contain \
|
||||
more than one currency. This report is not designed to cope with this possibility.")))
|
||||
(_ "Transactions relating to '%s' contain \
|
||||
more than one currency. This report is not designed to cope with this possibility.") (gnc:owner-get-name owner)))
|
||||
(begin
|
||||
(gnc:debug "it's an old company")
|
||||
(if (gnc:numeric-negative-p value)
|
||||
|
||||
Reference in New Issue
Block a user