Browse Source

[REF] graphics adjustment for report open invoice

pull/196/head
Ciro Urselli 8 years ago
committed by Leonardo Pistone
parent
commit
6c3507846f
  1. 5
      account_financial_report_qweb/report/templates/open_invoice_report.xml

5
account_financial_report_qweb/report/templates/open_invoice_report.xml

@ -127,8 +127,9 @@
</t>
<div class="act_as_table data_table">
<div class="act_as_tbody">
<div class="act_as_row">
<div class="act_as_cell first_column"><strong><span t-esc="account"/> Comulate Balance</strong></div>
<div class="act_as_row labels">
<div class="act_as_cell first_column"><span t-esc="account"/></div>
<div class="act_as_cell cell"><strong>Comulate Balance</strong></div>
<div class="act_as_cell amount"><span t-esc="account_debit" /></div>
<div class="act_as_cell amount"><span t-esc="account_credit" /></div>
<div class="act_as_cell amount"><span t-esc="account_balance" /></div>

Loading…
Cancel
Save