Commit 41270486 authored by Yusei Tahara's avatar Yusei Tahara

erp5_trade_ja: Show VAT code.

parent a3c309ca
......@@ -225,7 +225,7 @@ table.balance td:last-child {
table.registration_number {
clear: both;
float: right;
width: 14%;
width: 20%;
}
table.registration_number th {
width: 70%;
......@@ -810,7 +810,7 @@ footer {
</span>
</th>
<td>
<span></span>
<span tal:content="python:context.getPortalType().startswith('Sale') and context.getSourceSectionValue().getVatCode() or ''"></span>
</td>
</tr>
</tbody>
......
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