فهرست منبع

Retocar factura anillos

sebas 3 سال پیش
والد
کامیت
83d9ec47e8
1فایلهای تغییر یافته به همراه9 افزوده شده و 4 حذف شده
  1. 9 4
      factura_venta_anillos.xml

+ 9 - 4
factura_venta_anillos.xml

@@ -260,10 +260,15 @@
                              <td style="font-size:10px;">
                                 <div class="subtotal_10"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
                             </td>
-                              <div class="total_pagar_data"><span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></div>
-                            <td style="font-size:10px;">
-                             <div class="total_pagar"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
-                            </td>
+
+                            <table class="tab-articulos2">
+                               <td class="total_pagar_data">
+                                  <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
+                               </td>
+                               <td class="total_pagar">
+                                 <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
+                               </td>
+                            </table>
                              <div class="iva_5_data"> </div>
                              <div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
                              <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>