|
@@ -34,9 +34,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th style="font-size:8px;font-family: Courier New;width:0.6cm;overflow: auto; text-align: center;"><b>Cant.</b></th>
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:4.0cm;overflow: auto; text-align: left;"><b>Producto</b></th>
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Precio</b></th>
|
|
|
- <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Sub Total</b></th>
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:4.0cm;overflow: auto; text-align: left;"><b>Producto</b>  </th>
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Precio</b> </th>
|
|
|
+ <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>SubTotal</b> </th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -79,11 +79,11 @@
|
|
|
<span t-esc="l.get_product().display_name"/>
|
|
|
</th>
|
|
|
<th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
|
|
|
- <span t-esc="l.price"/>
|
|
|
+ <![CDATA[ ]]><span t-esc="l.price"/>
|
|
|
</th>
|
|
|
<!-- PRECIO UNITARIO -->
|
|
|
<th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
|
|
|
- <span t-esc="(l.quantity * l.price)"/>
|
|
|
+ <![CDATA[ ]]><span t-esc="(l.quantity * l.price)"/>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</tbody>
|
|
@@ -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;&nbsp;Nota sin valor fiscal</td>
|
|
|
+ <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nota sin valor fiscal</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<br/>
|