Browse Source

Ajustes factura

sebas 4 years ago
parent
commit
27bb519f1e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      factura_venta_vermar.xml

+ 2 - 2
factura_venta_vermar.xml

@@ -205,11 +205,11 @@
                             <div class="linea1">
                                 <div class="fecha_emision_data"><span t-field="o.date_invoice" t-field-options='{"format": "dd MMM yyyy"}'/></div>
                                 <div class="contado_x">
-                                    <t t-if="o.contado == True">x</t>
+                                    <t t-if="o.contado == True">X</t>
                                     <t t-if="o.contado == False"></t>
                                 </div>
                                 <div class="credito_x">
-                                    <t t-if="o.credito == True">x</t>
+                                    <t t-if="o.credito == True">X</t>
                                     <t t-if="o.credito == False"></t>
                                 </div>
                             </div>