|
@@ -55,10 +55,10 @@
|
|
|
<t t-esc="orderline.get_product().display_name  "/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <t t-esc="orderline.price"/>
|
|
|
+ <t t-esc="  orderline.price"/>
|
|
|
</td>
|
|
|
<td class="pos-right-align">
|
|
|
- <t t-esc="orderline.price*orderline.quantity"/>
|
|
|
+ <t t-esc="  (orderline.price*orderline.quantity)"/>
|
|
|
<!-- <t t-esc="widget.format_currency(orderline.get_display_price())"/> -->
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -94,7 +94,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>
|
|
@@ -116,7 +116,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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nota sin valor fiscal</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<br/>
|