mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
minor fixes
This commit is contained in:
committed by
Zina Rasoamanana
parent
00b821da9c
commit
f8c89442b6
@@ -46,6 +46,6 @@ class AccountInvoice(models.Model):
|
||||
.Date.context_today(self, date_invoice_format)
|
||||
raise UserError(_("Chronology Error. "
|
||||
"There exist at least one invoice "
|
||||
"with a date posterior to %s.") %
|
||||
"with a later date to %s.") %
|
||||
date_invoice_tz)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user