Quellcode durchsuchen

Módulo para factura y nota legal de conecta5

SEBAS vor 6 Monaten
Ursprung
Commit
3f0d2925e2
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      factura_venta_conecta5.xml

+ 1 - 2
factura_venta_conecta5.xml

@@ -19,8 +19,7 @@
                     <t t-foreach="[1,2,3]" t-as="i">
 
                         <!-- Corregido: concatenación en lugar de % -->
-                        <div class="copia"
-                             t-att-style="'position:relative; height:9.7cm; width:100%; page-break-inside:avoid; margin-top:' + ('2' if i in [2,3] else '0') + 'cm;'">
+                        <div class="copia" t-att-style="'position:relative; height:9.7cm; width:100%; page-break-inside:avoid; margin-top:' + ('2' if i in [2,3] else '0') + 'cm;'">
 
                             <style type="text/css">
                                 .campo{position:absolute; font-size:10px;}