Commit a5bbb548 authored by ari_darmawan's avatar ari_darmawan

add team digital loan

parent 94dade31
......@@ -893,7 +893,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness
this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
]
}
......@@ -1027,7 +1028,8 @@ export class AdminTicketOnpicDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness
this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
]
}
......
......@@ -953,7 +953,8 @@ export class AdminTicketDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness
this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
]
}
......@@ -1087,7 +1088,8 @@ export class AdminTicketDetailComponent implements OnInit {
this.Env.Team.CsCabangBranchAgent,
this.Env.Team.AgentCallCenter,
this.Env.Team.SociomileStaff,
this.Env.Team.MerchantBusiness
this.Env.Team.MerchantBusiness,
this.Env.Team.DigitalLoan
]
}
......
......@@ -49,7 +49,8 @@ export const environment = {
"ITRM" : 30393,
"SupervisorNobu" : 42931,
"MerchantBusiness": 66798,
"ServiceReport": 97408
"ServiceReport": 97408,
"DigitalLoan": 143888
},
"Agent" : {
"NobuCall" : 42,
......
......@@ -4,8 +4,8 @@
export const environment = {
production: false,
"APIBASEURL" : "http://innodev.vnetcloud.com/nobucall-api-v2/",
"MICROSERVICEURL" : "http://innodev.vnetcloud.com/nobu-history-login/api/v1/",
"APIBASEURL" : "http://crm.nobubank.com/nobucall-api-v2/",
"MICROSERVICEURL" : "http://crm.nobubank.com/nobucall-api-log/api/v1/",
"SITE_NAME" : "Visionet Helpdesk System",
"SITE_LOGO" : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227",
"COMPANY_NAME" : "PT. Visionet Data Internasional",
......@@ -53,7 +53,8 @@ export const environment = {
"ITRM" : 30393,
"SupervisorNobu" : 42931,
"MerchantBusiness": 66798,
"ServiceReport": 97408
"ServiceReport": 97408,
"DigitalLoan": 143888
},
"Agent" : {
"NobuCall" : 42,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment