|
@@ -40,12 +40,12 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <colgroup>
|
|
|
+ <!-- <colgroup>
|
|
|
<col width='15%' style="font-size: 9px;"/>
|
|
|
<col width='35%' style="font-size: 9px;"/>
|
|
|
<col width='25%' style="font-size: 9px;"/>
|
|
|
<col width='25%' style="font-size: 9px;"/>
|
|
|
- </colgroup>
|
|
|
+ </colgroup> -->
|
|
|
<t t-foreach="orderlines" t-as="orderline">
|
|
|
<tr>
|
|
|
<td>
|
|
@@ -75,7 +75,7 @@
|
|
|
<center>----------------------------------------</center><br/>
|
|
|
<tr class="emph">
|
|
|
<br />
|
|
|
- <td>Total:                </td>
|
|
|
+ <td>Total:                 </td>
|
|
|
<td class="pos-right-align" style='font-family: "Courier New;font-size: 20px;'>
|
|
|
<t t-esc="widget.format_currency(order.getTotalTaxIncluded())"/>
|
|
|
</td>
|
|
@@ -97,7 +97,7 @@
|
|
|
<tr><td>Vuelto:                 </td><td class="pos-right-align">
|
|
|
<t t-esc="widget.format_currency(order.getChange())"/>
|
|
|
</td></tr>
|
|
|
- <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nota sin valor fiscal</td>
|
|
|
+ <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nota sin valor fiscal</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<br/>
|