diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-03-25 08:51:19 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-03-25 08:51:19 +0700 |
| commit | 5e07d72b618e427008301e5f2519a0d62c8f8924 (patch) | |
| tree | faf59e82764def87e1c2615ce06ba1c9bfb260c7 | |
| parent | 633b7980da520798e27253f758ad15a373c33d2b (diff) | |
fix update by id while update stock quant
| -rw-r--r-- | bug_fix_reserved_stock.ktr | 4 |
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> |
