diff --git a/entity/Offeritem_entity/grantDeleteProcess.js b/entity/Offeritem_entity/grantDeleteProcess.js
index 0008c955b2bbfcbceec515fcca98bbbcf4ada1f5..907809c328cd0899a4a8bb1c088887d5d8d80807 100644
--- a/entity/Offeritem_entity/grantDeleteProcess.js
+++ b/entity/Offeritem_entity/grantDeleteProcess.js
@@ -2,4 +2,4 @@ import("system.vars");
 import("system.result");
 import("Offer_lib");
 
-//result.object(OfferUtils.isEditable(vars.get("$param.OfferStatus_param")) && vars.get("$field.ASSIGNEDTO") == "");
\ No newline at end of file
+//result.object(OfferUtils.isDeletable(vars.get("$param.OfferStatus_param")) && vars.get("$field.ASSIGNEDTO") == "");
\ No newline at end of file