clearcorp team mailing list archive
-
clearcorp team
-
Mailing list archive
-
Message #00260
lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit into lp:openerp-costa-rica
Ronald Rubi has proposed merging lp:~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit into lp:openerp-costa-rica.
Requested reviews:
CLEARCORP drivers (clearcorp-drivers)
For more details, see:
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit/+merge/118630
[FIX] Fix currency simbol
--
https://code.launchpad.net/~rr.clearcorp/openerp-costa-rica/6.1-l10n_cr_account_financial_report_webkit/+merge/118630
Your team CLEARCORP development team is subscribed to branch lp:openerp-costa-rica.
=== modified file 'l10n_cr_account_financial_report_webkit/report/l10n_cr_account_report_partners_ledger.mako'
--- l10n_cr_account_financial_report_webkit/report/l10n_cr_account_report_partners_ledger.mako 2012-07-20 16:00:33 +0000
+++ l10n_cr_account_financial_report_webkit/report/l10n_cr_account_report_partners_ledger.mako 2012-08-07 20:25:21 +0000
@@ -80,6 +80,9 @@
account_by_curr = get_accounts_by_curr(cr, uid, objects)
%>
%for currency in account_by_curr:
+ %if currency[0] != 'CRC':
+ <%currency_symbol = get_currency_symbol(cr, uid, currency[0]) %>
+ %endif
<%
currency_total_invoice = 0.0
currency_total_payment = 0.0
@@ -330,7 +333,6 @@
## reconcile
<!--div class="act_as_cell"></div-->
%if currency[0] != 'CRC':
- <%currency_symbol = get_currency_symbol(cr, uid, currency[0]) %>
## invoice
<div class="act_as_cell amount">${currency_symbol} ${formatLang(total_invoice) }</div>
## payment
Follow ups