summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindoteknik_custom/models/sale_monitoring_detail.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/indoteknik_custom/models/sale_monitoring_detail.py b/indoteknik_custom/models/sale_monitoring_detail.py
index cb412c98..d80ec99b 100755
--- a/indoteknik_custom/models/sale_monitoring_detail.py
+++ b/indoteknik_custom/models/sale_monitoring_detail.py
@@ -58,8 +58,6 @@ class SaleMonitoringDetail(models.Model):
) a
WHERE
a.qty_so <> a.qty_so_delivered
- OR a.qty_so <> a.qty_so_invoiced
- OR a.qty_so <> a.qty_po
- OR a.qty_so <> a.qty_po_received
+ OR a.qty_so <> a.qty_so_invoiced
)
""" % self._table)