[FIX] 'raise a new invoice' is a British English expression for 'issue a new invoice'

This commit is contained in:
Guewen Baconnier
2013-09-18 09:59:03 +02:00
parent c78c77e9cf
commit db308d5f4f

View File

@@ -41,7 +41,7 @@ class AccountInvoice(orm.Model):
'A payment reminder has already been '
'sent to the customer.\n'
'You must create a credit note and '
'raise a new invoice.'))
'issue a new invoice.'))
cc_draft_line_ids = cc_line_obj.search(
cr, uid,
[('invoice_id', '=', invoice_id),