[Erp5-report] r12176 - in /erp5/trunk/bt5/erp5_accounting_l10n_pl: SkinTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 22 11:03:37 CET 2007


Author: jerome
Date: Mon Jan 22 11:03:34 2007
New Revision: 12176

URL: http://svn.erp5.org?rev=12176&view=rev
Log:
from Łukasz Nowak 
http://www.erp5.org/pipermail/erp5-dev/2007-January/000844.html


Modified:
    erp5/trunk/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/SaleInvoiceTransaction_viewAsHTML.xml
    erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/SaleInvoiceTransaction_viewAsHTML.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/SaleInvoiceTransaction_viewAsHTML.xml?rev=12176&r1=12175&r2=12176&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/SaleInvoiceTransaction_viewAsHTML.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_pl/SkinTemplateItem/portal_skins/erp5_accounting_l10n_pl/SaleInvoiceTransaction_viewAsHTML.xml Mon Jan 22 11:03:34 2007
@@ -194,7 +194,7 @@
           <td colspan=2 align=left tal:content="python:here.getDescription()"></td>\n
           <th colspan=3 align=right> \n
              <tal:block tal:replace="python: VAT_infos[\'title\']">TVA / VAT</tal:block> <br> \n
-             <tal:block tal:replace="python: (VAT_infos[\'ratio\'] or 0.0)"/> % (<span tal:replace="python:here.getPriceCurrencyTitle() or here.getResourceTitle() or \'\'"/>)</th>\n
+             <tal:block tal:replace="python: 100.0 * (VAT_infos[\'ratio\'] or 0.0)"/> % (<span tal:replace="python:here.getPriceCurrencyTitle() or here.getResourceTitle() or \'\'"/>)</th>\n
           <td colspan=1 align=right tal:content="python: \'%.02f\' % round(VAT_infos[\'total\'], 2)"></td>\n
         </tr>\n
         <tr>\n

Modified: erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision?rev=12176&r1=12175&r2=12176&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting_l10n_pl/bt/revision Mon Jan 22 11:03:34 2007
@@ -1,1 +1,1 @@
-2
+3




More information about the Erp5-report mailing list