From 01b65bc627d0f36001b57c922a65d0a71086919c Mon Sep 17 00:00:00 2001 From: bch <> Date: Fri, 12 Jan 2007 17:15:21 +0000 Subject: [PATCH] DTA debug bzr revid: bch-9ee93495b1d53f16790cc0b318ab23fe96479677 --- addons/l10n_ch/dta/dta_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/l10n_ch/dta/dta_wizard.py b/addons/l10n_ch/dta/dta_wizard.py index 497ee1ba7f0..d1cc0c2d290 100644 --- a/addons/l10n_ch/dta/dta_wizard.py +++ b/addons/l10n_ch/dta/dta_wizard.py @@ -450,7 +450,7 @@ def _create_dta(self,cr,uid,data,context): v['invoice_number'] = invoice_number or '' v['invoice_currency'] = i.currency_id.code or '' if not v['invoice_currency'] : - log= log +'\nPartner bank account not well defined. (invoice '+ invoice_number +')' + log= log +'\nInvoice currency code undefined. (invoice '+ invoice_number +')' continue