From f2eea371781b7daa10ac42154609df947550c9bb Mon Sep 17 00:00:00 2001
From: Tobias Feldmann <t.feldmann@adito.de>
Date: Wed, 19 Dec 2018 16:22:32 +0100
Subject: [PATCH] New offer from ORG

---
 entity/Org_entity/entityfields/newoffer/onActionProcess.js | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 entity/Org_entity/entityfields/newoffer/onActionProcess.js

diff --git a/entity/Org_entity/entityfields/newoffer/onActionProcess.js b/entity/Org_entity/entityfields/newoffer/onActionProcess.js
new file mode 100644
index 0000000000..fdee58dbfa
--- /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
-- 
GitLab