summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-13 16:43:59 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-13 16:43:59 +0700
commit3a5b05bee24feaadc8d6b5fe078fd6cf56989ba7 (patch)
tree435617837217f4869c1eb5acb50b625da4331b31 /indoteknik_custom
parent47be053bafe8e212e7c98332666819e65428c4e3 (diff)
parent6029c9e3a0b42a6faef373e6dd2f5bf57cef17a0 (diff)
Fix price and update product response API
Diffstat (limited to 'indoteknik_custom')
-rwxr-xr-xindoteknik_custom/models/sale_monitoring_detail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_monitoring_detail.py b/indoteknik_custom/models/sale_monitoring_detail.py
index 07b62d33..ade67b09 100755
--- a/indoteknik_custom/models/sale_monitoring_detail.py
+++ b/indoteknik_custom/models/sale_monitoring_detail.py
@@ -37,7 +37,7 @@ class SaleMonitoringDetail(models.Model):
FROM
(
SELECT
- p.id AS id,
+ sol.id AS id,
so.id AS sale_order_id,
so.partner_id as partner_id,
so.user_id,