changeset ba6567bf8e48 in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=ba6567bf8e48
description:
        Add colspan attribute to invoice line description field

        issue8473
        review249611002
diffstat:

 view/invoice_line_form.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0fc5221d3562 -r ba6567bf8e48 view/invoice_line_form.xml
--- a/view/invoice_line_form.xml        Sun Jun 16 19:14:46 2019 +0200
+++ b/view/invoice_line_form.xml        Fri Jul 05 08:58:35 2019 +0200
@@ -28,7 +28,7 @@
         </page>
         <page name="description">
             <separator name="description" colspan="4"/>
-            <field name="description"/>
+            <field name="description" colspan="4"/>
         </page>
         <page string="Notes" id="notes">
             <separator name="note" colspan="4"/>

Reply via email to