10 lines
246 B
HTML
10 lines
246 B
HTML
|
<!-- Total at the end of the cart items -->
|
||
|
<tr>
|
||
|
<th></th>
|
||
|
<th class="text-left item-grand-total" colspan="1">
|
||
|
{{ _("Total") }}
|
||
|
</th>
|
||
|
<th class="text-left item-grand-total totals" colspan="3">
|
||
|
{{ doc.get_formatted("total") }}
|
||
|
</th>
|
||
|
</tr>
|