From 84a3dc0d6618e5584d8755c4853bcd968da22703 Mon Sep 17 00:00:00 2001
From: "v.broens" <v.broens@VBROENS.aditosoftware.local>
Date: Thu, 30 Sep 2021 12:32:48 +0200
Subject: [PATCH] Add context_lib

---
 entity/SupportTicket_entity/recordcontainers/db/onDBUpdate.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/entity/SupportTicket_entity/recordcontainers/db/onDBUpdate.js b/entity/SupportTicket_entity/recordcontainers/db/onDBUpdate.js
index b80e95042c..58ba8d1829 100644
--- a/entity/SupportTicket_entity/recordcontainers/db/onDBUpdate.js
+++ b/entity/SupportTicket_entity/recordcontainers/db/onDBUpdate.js
@@ -1,3 +1,4 @@
+import("Context_lib");
 import("ActivityTask_lib");
 import("system.datetime");
 import("system.tools");
-- 
GitLab