changeset 75e035038e9a in modules/purchase_blanket_agreement:default
details: 
https://hg.tryton.org/modules/purchase_blanket_agreement?cmd=changeset&node=75e035038e9a
description:
        Add ending point to error message
diffstat:

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

diffs (12 lines):

diff -r 38aa10b6b7fd -r 75e035038e9a message.xml
--- a/message.xml       Sun Oct 16 14:14:11 2022 +0200
+++ b/message.xml       Sat Oct 22 00:42:10 2022 +0200
@@ -7,7 +7,7 @@
             <field name="text">The agreement "%(agreement)s" to be closed has 
still remaining quantities.</field>
         </record>
         <record model="ir.message" id="msg_quantity_greater_remaining">
-            <field name="text">The quantity of line "%(line)s" is greater than 
the remaining quantity (%(remaining)s) of agreement "%(agreement)s"</field>
+            <field name="text">The quantity of line "%(line)s" is greater than 
the remaining quantity (%(remaining)s) of agreement "%(agreement)s".</field>
         </record>
         <record model="ir.message" id="msg_agreement_line_incompatible_unit">
             <field name="text">To change the unit of agreement line 
"%(line)s", you must choose one compatible with the existing purchase 
lines.</field>

Reply via email to