summaryrefslogtreecommitdiff
path: root/bug_fix_reserved_stock.ktr
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2025-03-25 08:51:19 +0700
committerstephanchrst <stephanchrst@gmail.com>2025-03-25 08:51:19 +0700
commit5e07d72b618e427008301e5f2519a0d62c8f8924 (patch)
treefaf59e82764def87e1c2615ce06ba1c9bfb260c7 /bug_fix_reserved_stock.ktr
parent633b7980da520798e27253f758ad15a373c33d2b (diff)
fix update by id while update stock quant
Diffstat (limited to 'bug_fix_reserved_stock.ktr')
-rw-r--r--bug_fix_reserved_stock.ktr4
1 files changed, 2 insertions, 2 deletions
diff --git a/bug_fix_reserved_stock.ktr b/bug_fix_reserved_stock.ktr
index 5a40ad4..1a7dbbe 100644
--- a/bug_fix_reserved_stock.ktr
+++ b/bug_fix_reserved_stock.ktr
@@ -651,8 +651,8 @@
<schema>public</schema>
<table>stock_quant</table>
<key>
- <name>product_id</name>
- <field>product_id</field>
+ <name>id_stock_quant</name>
+ <field>id</field>
<condition>=</condition>
<name2/>
</key>