changeset 7e61dbcfcfab in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset&node=7e61dbcfcfab
description:
        Use the proper variable name in the same account error message

        issue10500
        review371071002
diffstat:

 message.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bc73168ad542 -r 7e61dbcfcfab message.xml
--- a/message.xml       Wed Jul 07 14:33:11 2021 +0200
+++ b/message.xml       Wed Jul 07 14:33:21 2021 +0200
@@ -28,7 +28,7 @@
             <field name="text">You cannot modify invoice "%(invoice)s" because 
it is posted, paid or cancelled.</field>
         </record>
         <record model="ir.message" id="msg_invoice_same_account_line">
-            <field name="text">You cannot use the same account "%(account)s" 
on invoice "%(invoice)s" and on line "%(lines)s".</field>
+            <field name="text">You cannot use the same account "%(account)s" 
on invoice "%(invoice)s" and on line "%(line)s".</field>
         </record>
         <record model="ir.message" id="msg_invoice_delete_cancel">
             <field name="text">To delete invoice "%(invoice)s" you must cancel 
it.</field>

Reply via email to