diff --git a/entity/Org_entity/entityfields/newoffer/onActionProcess.js b/entity/Org_entity/entityfields/newoffer/onActionProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..fdee58dbfa82c4c75a4482a0df109f56ffd47762 --- /dev/null +++ b/entity/Org_entity/entityfields/newoffer/onActionProcess.js @@ -0,0 +1,4 @@ +import("system.vars"); +import("Offer_lib"); + +OfferUtils.createNewOffer(null, vars.getString("$field.RELATIONID")); \ No newline at end of file