banking-addons-team team mailing list archive
-
banking-addons-team team
-
Mailing list archive
-
Message #00757
[Merge] lp:~therp-nl/banking-addons/7.0-view_error_direct_debit into lp:banking-addons/banking-addons-70
Stefan Rijnhart (Therp) has proposed merging lp:~therp-nl/banking-addons/7.0-view_error_direct_debit into lp:banking-addons/banking-addons-70.
Requested reviews:
Banking Addons Core Editors (banking-addons-team)
For more details, see:
https://code.launchpad.net/~therp-nl/banking-addons/7.0-view_error_direct_debit/+merge/176790
--
https://code.launchpad.net/~therp-nl/banking-addons/7.0-view_error_direct_debit/+merge/176790
Your team Banking Addons Core Editors is requested to review the proposed merge of lp:~therp-nl/banking-addons/7.0-view_error_direct_debit into lp:banking-addons/banking-addons-70.
=== modified file 'account_direct_debit/view/account_payment.xml'
--- account_direct_debit/view/account_payment.xml 2013-05-28 15:18:26 +0000
+++ account_direct_debit/view/account_payment.xml 2013-07-24 21:20:36 +0000
@@ -32,13 +32,13 @@
<field name="reference" position="after">
<field name="payment_order_type"/>
</field>
- <xpath expr="/form/group/button[@string='Select Invoices to Pay']"
+ <xpath expr="//button[@string='Select Invoices to Pay']"
position="attributes">
<attribute name="attrs">
{'invisible':['|',('state','!=','draft'),('payment_order_type', '!=', 'payment')]}
</attribute>
</xpath>
- <xpath expr="/form/group/button[@string='Select Invoices to Pay']"
+ <xpath expr="//button[@string='Select Invoices to Pay']"
position="after">
<button colspan="2" name="%(account_payment.action_create_payment_order)s"
string="Select Invoices to Collect" type="action"
Follow ups