changeset 520668539bc8 in modules/stock_supply:default
details: 
https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=520668539bc8
description:
        Support warehouse pickup

        issue11574
        review419411003
diffstat:

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

diffs (13 lines):

diff -r d4d89d93371a -r 520668539bc8 view/location_form.xml
--- a/view/location_form.xml    Thu Sep 08 13:14:03 2022 +0200
+++ b/view/location_form.xml    Sat Sep 10 18:34:29 2022 +0200
@@ -2,8 +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='address']" position="after">
-        <newline/>
+    <xpath expr="/form/field[@name='allow_pickup']" position="after">
         <label name="provisioning_location"/>
         <field name="provisioning_location"/>
         <label name="overflowing_location"/>

Reply via email to