changeset a1bb61f06eec in modules/account_invoice:5.8
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset&node=a1bb61f06eec
description:
        Use proper variable name when formatting same account error message

        issue10500
        review348701002
        (grafted from e37577def17b604773457e99dbf92e433311eb83)
diffstat:

 invoice.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e7c5a65441c5 -r a1bb61f06eec invoice.py
--- a/invoice.py        Wed Jun 02 18:36:19 2021 +0200
+++ b/invoice.py        Wed Jul 07 14:33:00 2021 +0200
@@ -2214,7 +2214,7 @@
                     gettext('account_invoice.msg_invoice_same_account_line',
                         account=self.account.rec_name,
                         invoice=self.invoice.rec_name,
-                        line=self.rec_name))
+                        lines=self.rec_name))
 
     def _compute_taxes(self):
         pool = Pool()

Reply via email to