You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSERT INTO system_translations (strVariable, strStringDE, strStringEN)
5
+
VALUES
6
+
('titTestPhaseExpired', 'Ihre Testphase ist abgelaufen', 'Your test phase has expired'),
7
+
('msgModuleExpiredPurchase', 'Ihr Modul <b>@modulname@</b> ist leider abgelaufen. Bitte erwerben Sie es jetzt, um weiterzuarbeiten. Vielen Dank!', 'Your <b>@modulname@</b> module has unfortunately expired. Please purchase it now to continue working. Thank you!'),
8
+
('msgPlanExpiredPurchase', 'Ihr Plan <b>@modulname@</b> ist leider abgelaufen. Bitte erwerben Sie ihn jetzt, um weiterzuarbeiten. Vielen Dank!', 'Your <b>@planname@</b> plan has unfortunately expired. Please purchase it now to continue working. Thank you!')
application.objLog.logWrite("user", "info", "A module has been updated [CustomerID: #local.customerID#, ModuleID: #local.moduleID#, Recurring: #local.recurring#, Status: #local.status#]");
931
+
application.objLog.logWrite("scheduletask", "info", "A booking for a module has been updated [CustomerID: #local.customerID#, ModuleID: #local.moduleID#, Recurring: #local.recurring#, Status: #local.status#]");
932
932
} else {
933
-
application.objLog.logWrite("user", "info", "A plan has been updated [CustomerID: #local.customerID#, PlanID: #local.planID#, Recurring: #local.recurring#, Status: #local.status#]");
933
+
application.objLog.logWrite("scheduletask", "info", "A booking for a plan has been updated [CustomerID: #local.customerID#, PlanID: #local.planID#, Recurring: #local.recurring#, Status: #local.status#]");
objLogs.logWrite("scheduletask", "info", "A plan or module has been set to expired [BookingID: CustomerID: #qRenewBookings.intBookingID#, #qRenewBookings.intCustomerID#]");
0 commit comments