changeset b81cecfd6300 in modules/sale_promotion_coupon:default
details:
https://hg.tryton.org/modules/sale_promotion_coupon?cmd=changeset;node=b81cecfd6300
description:
Fix extension of lists in promotion form
diffstat:
view/promotion_form.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 8783c219726b -r b81cecfd6300 view/promotion_form.xml
--- a/view/promotion_form.xml Sat Dec 19 17:08:46 2020 +0100
+++ b/view/promotion_form.xml Sat Feb 27 23:09:53 2021 +0100
@@ -2,7 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
- <xpath expr="/form/field[@name='products']" position="after">
- <field name="coupons" colspan="4"/>
+ <xpath expr="//field[@name='products']" position="after">
+ <field name="coupons"/>
</xpath>
</data>