changeset 7254b454dc31 in modules/stock_consignment:default
details: 
https://hg.tryton.org/modules/stock_consignment?cmd=changeset&node=7254b454dc31
description:
        Support warehouse pickup

        issue11574
        review419411003
diffstat:

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

diffs (15 lines):

diff -r 4b2d18f8cd61 -r 7254b454dc31 view/location_form.xml
--- a/view/location_form.xml    Sun Jul 17 00:00:56 2022 +0200
+++ b/view/location_form.xml    Sat Sep 10 18:34:29 2022 +0200
@@ -2,9 +2,9 @@
 <!-- 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='address']" position="after">
-        <newline/>
+    <xpath expr="/form/field[@name='allow_pickup']" position="after">
         <label name="consignment_party"/>
         <field name="consignment_party"/>
+        <newline/>
     </xpath>
 </data>

Reply via email to