diff --git a/entity/Orderitem_entity/grantCreateProcess.js b/entity/Orderitem_entity/grantCreateProcess.js index 966985d262774df03719e82cf98d36ca1c520c4b..ef6350e40d2da3038555dbcc8e6bb2c71838c215 100644 --- a/entity/Orderitem_entity/grantCreateProcess.js +++ b/entity/Orderitem_entity/grantCreateProcess.js @@ -6,7 +6,7 @@ import("Order_lib"); var itemcount = newSelect("count(*)") .from("SALESORDERITEM") - .whereIfSet("SALESORDERITEM.SALESORDER_ID", "$field.SALESORDERID") + .whereIfSet("SALESORDERITEM.SALESORDER_ID", "$field.SALESORDER_ID") .cell(true, "0"); if (vars.get("$field.OrderStatus") == undefined){