wrkon invoice report

This commit is contained in:
sonal arora
2020-09-23 11:10:08 +05:30
parent 635a4abd79
commit c32e4dbab6
2 changed files with 6 additions and 6 deletions

View File

@@ -102,14 +102,14 @@
</tr>
<tr>
<td></td>
<td></td>
<td class="text-center">Home Currency Total</td>
<!-- <td></td> -->
<td colspan="2" class="text-center">Home Currency Total</td>
<td class="text-center" style="border:1px solid;"><span t-field="o.amount"/></td>
</tr>
<tr>
<td></td>
<td></td>
<td class="text-center">Total</td>
<!-- <td></td> -->
<td colspan="2" class="text-center">Total</td>
<td class="text-center" style="border:1px solid;"><span t-field="o.amount"/></td>
</tr>
</tbody>