Commit fec4485e authored by Jérome Perrin's avatar Jérome Perrin
parent 9d45ea66
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
<td colspan=2 align=left tal:content="python:here.getDescription()"></td>\n <td colspan=2 align=left tal:content="python:here.getDescription()"></td>\n
<th colspan=3 align=right> \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[\'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 <td colspan=1 align=right tal:content="python: \'%.02f\' % round(VAT_infos[\'total\'], 2)"></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
2 3
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment