diff --git a/Deployment/28122-SuperReferral/01-Alter-Query.sql b/Deployment/28122-SuperReferral/01-Alter-Query.sql index 6f7c260..7b890f9 100644 --- a/Deployment/28122-SuperReferral/01-Alter-Query.sql +++ b/Deployment/28122-SuperReferral/01-Alter-Query.sql @@ -4,4 +4,7 @@ ADD REFERRAL_TYPE VARCHAR(100) ALTER TABLE REFERRAL_INCENTIVE_TRANSACTION_WISE ALTER COLUMN REFERRAL_ID VARCHAR(100) -update staticDataType set isInternal=0 where typeID='4300' \ No newline at end of file +update staticDataType set isInternal=0 where typeID='4300' + +update applicationmenus set menugroup='Reports' where functionid='21100000' --admin +update applicationmenus set menugroup='AgentPanel', agentmenugroup='Agent Report' where functionid='20203200' -- agent \ No newline at end of file diff --git a/StoredProc/proc_online_approve_Customer.sql b/StoredProc/proc_online_approve_Customer.sql index 163a443..8383c05 100644 Binary files a/StoredProc/proc_online_approve_Customer.sql and b/StoredProc/proc_online_approve_Customer.sql differ diff --git a/StoredProc/proc_online_core_customerSetup.sql b/StoredProc/proc_online_core_customerSetup.sql index ee042e6..625d615 100644 Binary files a/StoredProc/proc_online_core_customerSetup.sql and b/StoredProc/proc_online_core_customerSetup.sql differ