Browse Source

Ajuste impresión factura de venta Medicalart

sebas 3 years ago
parent
commit
e00f1f78e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      factura_venta_medicalart.xml

+ 1 - 1
factura_venta_medicalart.xml

@@ -256,7 +256,7 @@
                                                     <span t-field="l.product_id.name"/>
                                                 </td>
                                                 <!-- PRECIO UNITARIO -->
-                                                <td style="font-size:9.2px;font-family: Arial;width:0.30cm;overflow: auto; text-align: center;">
+                                                <td style="font-size:9.2px;font-family: Arial;width:0.15cm;overflow: auto; text-align: right;">
                                                     <t t-if="o.currency_id.id == 166">
                                                         <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
                                                     </t>