|
@@ -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,'.',',');
|