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