changeset c2006dd08a84 in modules/account_invoice:default
details:
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=c2006dd08a84
description:
Fix typo in message id
account_invoice.msg_payment_term_missing_last_remainder
issue8359
review271411002
diffstat:
payment_term.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5281961bc61c -r c2006dd08a84 payment_term.py
--- a/payment_term.py Mon May 06 14:55:52 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))