changeset b545cfac2595 in modules/stock_package_shipping_ups:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset&node=b545cfac2595
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 114a027df83f -r b545cfac2595 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="UPS" colspan="4" id="ups"/>
         <label name="ups_service_type"/>
         <field name="ups_service_type"/>

Reply via email to