Browse Source

Ajustar factura de baco

SEBAS 1 year ago
parent
commit
26dda00b21
1 changed files with 3 additions and 3 deletions
  1. 3 3
      static/src/xml/pos_receipt.xml

+ 3 - 3
static/src/xml/pos_receipt.xml

@@ -89,7 +89,7 @@
                         TABLA
                     =========================================
                     -->
-                    <div style="padding-top:1.3cm;padding-left:0.1cm;font-size:9px;height:3.38cm;">
+                    <div style="padding-top:1.3cm;padding-left:0.1cm;font-size:9px;height:3.40cm;">
                         <table class="table table-condensed">
                             <tbody>
                                 <tr t-foreach="data" t-as="item">
@@ -164,7 +164,7 @@
                                         10%
                                     =========================================
                                     -->
-                                    <td style="width:2cm;text-align: right;">
+                                    <td style="width:3cm;text-align: right;">
                                         <t t-set="monto" t-value="item.percent_10"/>
                                         <t t-js="ctx">
                                             ctx.monto = accounting.formatNumber(ctx.monto,0,'.',',');
@@ -215,7 +215,7 @@
                                         10%
                                     =========================================
                                     -->
-                                    <td style="width:2cm;text-align: right;">
+                                    <td style="width:3cm;text-align: right;">
                                         <t t-set="monto" t-value="total_percent_10"/>
                                         <t t-js="ctx">
                                             ctx.monto = accounting.formatNumber(ctx.monto,0,'.',',');