DTA debug

bzr revid: bch-9ee93495b1d53f16790cc0b318ab23fe96479677
This commit is contained in:
bch 2007-01-12 17:15:21 +00:00
parent 4c3a2d00ca
commit 01b65bc627
1 changed files with 1 additions and 1 deletions

View File

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