diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 11:21:06 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-06 11:21:06 +0700 |
| commit | 29935fb0bf3b73cfb26eee1e65aef4c59df01b02 (patch) | |
| tree | e0a2fbcd4d2ac2a4d90a91ac7a804364e399af04 /calculate_margin_invoice_v3.ktr | |
| parent | 93390b9bfdc3d03c47d788eb6b1aae723e72e729 (diff) | |
| parent | 5936a1a59f378397133d67f6ed08d66b167c41fa (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.ktr | 2 |
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> |
