Bläddra i källkod

[FIX] ajuste de tupla

Rodney Elpidio Enciso Arias 6 år sedan
förälder
incheckning
25d690dedc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      controller/helpers/account_invoice_line.py

+ 1 - 1
controller/helpers/account_invoice_line.py

@@ -222,6 +222,6 @@ def get_account_invoice_line_out_invoice():
                 'attribute_value_ids': j[18],
                 'attribute_values': j[19],
                 'attribute_ids': j[20],
-                'discount': j[23],
+                'discount': j[21],
             } for j in r.cr.fetchall()
         ]