소스 검색

[FIX] ajuste de tupla

Rodney Elpidio Enciso Arias 6 년 전
부모
커밋
25d690dedc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
         ]