|
@@ -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>
|