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
zzzoldfeatures/swigify
Chris Shoemaker 20 years ago
parent 409fae2fce
commit c23bf4c67a

@ -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)

Loading…
Cancel
Save