clearcorp team mailing list archive
-
clearcorp team
-
Mailing list archive
-
Message #00108
lp:~juan-munoz-clearcorp/openerp-ccorp-addons/ccorp_addons_feature2 into lp:openerp-ccorp-addons/6.1
Juan Felipe Muñoz Ramos has proposed merging lp:~juan-munoz-clearcorp/openerp-ccorp-addons/ccorp_addons_feature2 into lp:openerp-ccorp-addons/6.1.
Requested reviews:
CLEARCORP development team (clearcorp)
For more details, see:
https://code.launchpad.net/~juan-munoz-clearcorp/openerp-ccorp-addons/ccorp_addons_feature2/+merge/101813
[FIX] account_voucher_check check.mako
[FIX] ccorp_payment_receipt payment_receipt.mako
--
https://code.launchpad.net/~juan-munoz-clearcorp/openerp-ccorp-addons/ccorp_addons_feature2/+merge/101813
Your team CLEARCORP development team is requested to review the proposed merge of lp:~juan-munoz-clearcorp/openerp-ccorp-addons/ccorp_addons_feature2 into lp:openerp-ccorp-addons/6.1.
=== modified file 'account_voucher_check/i18n/es_CR.po'
--- account_voucher_check/i18n/es_CR.po 2012-01-04 20:07:15 +0000
+++ account_voucher_check/i18n/es_CR.po 2012-04-12 20:52:19 +0000
@@ -79,3 +79,8 @@
#: report:report.account.voucher.layout_ccorp:1
msgid "Date"
msgstr "FECHA"
+
+#. module: ccorp_payment_receipt
+#: report:addons/ccorp_payment_receipt/report/payment_receipt.mako:23
+msgid "In words"
+msgstr "EN LETRAS"
=== modified file 'account_voucher_check/report/check_voucher.mako'
--- account_voucher_check/report/check_voucher.mako 2012-01-12 23:26:52 +0000
+++ account_voucher_check/report/check_voucher.mako 2012-04-12 20:52:19 +0000
@@ -35,6 +35,7 @@
%endif
</div>
</div>
+ </br>
<div id = "accounts">
<table width = "100%" id = "table_account" cellpadding = "0" cellspacing = "0">
<thead><tr><th> </th><th> </th><th> </th><th> </th></tr></thead>
=== modified file 'ccorp_payment_receipt/report/payment_receipt.mako'
--- ccorp_payment_receipt/report/payment_receipt.mako 2012-04-11 18:25:09 +0000
+++ ccorp_payment_receipt/report/payment_receipt.mako 2012-04-12 20:52:19 +0000
@@ -20,7 +20,7 @@
<span class="text_doct">${_("The amount of")}:</span> <span class = "amount_text">${check.currency_id.symbol_prefix or ''|entity } ${formatLang(check.amount)} ${check.currency_id.symbol_suffix or ''|entity }</span>
</div>
<div class = "detail">
- <span class="text_doct">${_("In words ")}:</span> <span class = "amount_text">${get_text(check.amount,check.currency_id,check.partner_id.lang) or ''|entity}</span>
+ <span class="text_doct">${_("In words")}:</span> <span class = "amount_text">${get_text(check.amount,check.currency_id,check.partner_id.lang) or ''|entity}</span>
</div>
<div class = "detail">
<span class="text_doct">${_("Concept of")}:</span> <span class="text_font">${check.name or ''|entity}</span>