summaryrefslogtreecommitdiff
path: root/calculate_margin_invoice_v3.ktr
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-06 11:21:06 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-06 11:21:06 +0700
commit29935fb0bf3b73cfb26eee1e65aef4c59df01b02 (patch)
treee0a2fbcd4d2ac2a4d90a91ac7a804364e399af04 /calculate_margin_invoice_v3.ktr
parent93390b9bfdc3d03c47d788eb6b1aae723e72e729 (diff)
parent5936a1a59f378397133d67f6ed08d66b167c41fa (diff)
Merge branch 'master' of https://bitbucket.org/altafixco/transformation-job-bi
merge
Diffstat (limited to 'calculate_margin_invoice_v3.ktr')
-rw-r--r--calculate_margin_invoice_v3.ktr2
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate_margin_invoice_v3.ktr b/calculate_margin_invoice_v3.ktr
index a11ee0d..701de88 100644
--- a/calculate_margin_invoice_v3.ktr
+++ b/calculate_margin_invoice_v3.ktr
@@ -1778,7 +1778,7 @@ from t_sale_order_line tsol
join t_sale_order tso on tso.id = tsol.order_id
join res_partner rp on rp.id = tsol.vendor_id
where 1=1
-and tso.name = ? and tsol.vendor_id = ?</sql>
+and tso.name = ? and tsol.product_id = ?</sql>
<limit>0</limit>
<lookup>param only</lookup>
<execute_each_row>Y</execute_each_row>