Add bank_accounts after payment_type on move from for better UX

This commit is contained in:
Sergi Almacellas Abellana 2016-07-01 14:59:03 +02:00
parent 968835dbb5
commit 7fd9474c0f
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@
The COPYRIGHT file at the top level of this repository contains the full The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/notebook/page/field[@name=&quot;second_currency&quot;]" <xpath expr="/form/notebook/page/field[@name='payment_type']"
position="after"> position="after">
<label name="bank_account"/> <label name="bank_account"/>
<field name="bank_account"/> <field name="bank_account"/>
</xpath> </xpath>
</data> </data>

View file

@ -3,9 +3,9 @@
The COPYRIGHT file at the top level of this repository contains the full The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/notebook/page/field[@name=&quot;second_currency&quot;]" <xpath expr="/form/notebook/page/field[@name='payment_type']"
position="after"> position="after">
<label name="bank_account"/> <label name="bank_account"/>
<field name="bank_account"/> <field name="bank_account"/>
</xpath> </xpath>
</data> </data>