diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-23 11:59:53 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-23 11:59:53 +0700 |
| commit | a4352ddc19c392e0ed5f30d350ce928d98f5b6e2 (patch) | |
| tree | 17d1efdf0c3a46f5db06ed469275963275a7496c /indoteknik_custom/models/sale_monitoring_detail.py | |
| parent | 40b3ae941bce5c822d7297c8ccfc1c752409e21c (diff) | |
mail po & note
Diffstat (limited to 'indoteknik_custom/models/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 43a8aeb0..dc4caa14 100755 --- a/indoteknik_custom/models/sale_monitoring_detail.py +++ b/indoteknik_custom/models/sale_monitoring_detail.py @@ -55,7 +55,7 @@ class SaleMonitoringDetail(models.Model): get_qty_received(so.id, sol.product_id) AS qty_po_received, get_qty_reserved(so.id, sol.product_id) as qty_reserved, sol.note_procurement as note - FROM sale_order so + FROM sale_order so JOIN sale_order_line sol ON sol.order_id = so.id JOIN product_product p ON p.id = sol.product_id JOIN product_template pt ON pt.id = p.product_tmpl_id |
