changeset 031a09bada2c in modules/account_invoice:5.2
details:
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=031a09bada2c
description:
Fix typo in message id
account_invoice.msg_payment_term_missing_last_remainder
issue8359
review271411002
(grafted from c2006dd08a84a863de7ac4fd24a56f6ef886448d)
diffstat:
payment_term.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0d9136be3538 -r 031a09bada2c payment_term.py
--- a/payment_term.py Mon May 06 14:55:51 2019 +0200
+++ b/payment_term.py Sat May 18 16:08:57 2019 +0200
@@ -43,7 +43,7 @@
def check_remainder(self):
if not self.lines or not self.lines[-1].type == 'remainder':
raise PaymentTermValidationError(
- gettext('account_invoive'
+ gettext('account_invoice'
'.msg_payment_term_missing_last_remainder',
payment_term=self.rec_name))