We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b80b8 commit a576dc5Copy full SHA for a576dc5
account_reporting_weight/reports/account_invoice_report.py
@@ -22,7 +22,7 @@ def _sub_select(self):
22
select_str = super()._sub_select()
23
select_str += """
24
, SUM(
25
- (pr.weight * invoice_type.sign) * ail.quantity / u.factor * u2.factor
+ pr.weight * invoice_type.sign_qty * ail.quantity / u.factor * u2.factor
26
)
27
AS weight
28
"""
0 commit comments