changeset 1f7037d2bba9 in modules/stock_package_shipping_dpd:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset&node=1f7037d2bba9
description:
        Place shipping setup after the shipping_service field
diffstat:

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

diffs (12 lines):

diff -r 0bd98c819cbd -r 1f7037d2bba9 view/carrier_form.xml
--- a/view/carrier_form.xml     Sun Oct 03 00:27:12 2021 +0200
+++ b/view/carrier_form.xml     Tue Oct 05 12:45:39 2021 +0200
@@ -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='carrier_cost_method']" position="after">
+    <xpath expr="/form/field[@name='shipping_service']" position="after">
         <separator string="DPD" colspan="4" id="dpd"/>
         <label name="dpd_product"/>
         <field name="dpd_product"/>

Reply via email to