From 292ccde149350544ae178c0690c6a9e0a81adf27 Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Thu, 6 Jun 2024 18:40:18 +0530 Subject: [PATCH] Update actions.ts --- src/store/modules/stock/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/stock/actions.ts b/src/store/modules/stock/actions.ts index b144f08..b6819be 100644 --- a/src/store/modules/stock/actions.ts +++ b/src/store/modules/stock/actions.ts @@ -131,7 +131,7 @@ const actions: ActionTree = { 'tempExprId': job.jobStatus, // Need to remove this as we are passing frequency in SERVICE_TEMP_EXPR, currently kept it for backward compatibility 'parentJobId': job.parentJobId, 'runAsUser': 'system', //default system, but empty in run now. TODO Need to remove this as we are using SERVICE_RUN_AS_SYSTEM, currently kept it for backward compatibility - 'recurrenceTimeZone': this.state.user.current.usershipPackedOrdersTimeZone, + 'recurrenceTimeZone': this.state.user.current.userTimeZone, 'createdByUserLogin': this.state.user.current.userLoginId, 'lastModifiedByUserLogin': this.state.user.current.userLoginId, },