@@ -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()
]