diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-13 16:31:29 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-13 16:31:29 +0700 |
| commit | 6029c9e3a0b42a6faef373e6dd2f5bf57cef17a0 (patch) | |
| tree | 8a7be5ca23da1280a7f9df73aa89465772370759 | |
| parent | 3acb428bfa048acb6d4d2d57e9d8720e77d08075 (diff) | |
Update sale_monitoring_detail.py
| -rwxr-xr-x | indoteknik_custom/models/sale_monitoring_detail.py | 2 |
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 843c7348..d766cecd 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, |
