Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpr-odoo committed Jul 20, 2017
1 parent 4378771 commit b1fa613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/payment/views/account_payment_request_templates.xml
Expand Up @@ -59,7 +59,7 @@
</h2>
</div>
<div class="col-md-6 col-sm-6 hidden-print" id="pay_button" t-ignore="true">
<div t-att-class="'o_payment_text_align o_payment_button' if not payment_request.invoice_id.date_due and not payment_request.amount_total and payment_request.state != 'paid' else 'o_payment_text_align'">
<div t-att-class="'o_payment_text_align o_payment_button' if not payment_request.invoice_id.date_due and ((payment_request.amount_total and payment_request.state == 'paid') or not payment_request.amount_total) else 'o_payment_text_align'">
<ul class="list-inline o_payment_pull_align">
<li class="o_divider">
<h2>
Expand Down

0 comments on commit b1fa613

Please sign in to comment.