Changed cs to hmg

MOHEMM-HUAWEI-RELEASE
umasoodch 4 years ago
parent bc9c5e9deb
commit dc5d23a82e

@ -34,7 +34,7 @@ export class AttendScanService {
userData: any = {};
public isFakeLocationUsed = false;
public isGpsRequired = false;
public collection = 'CS';
public collection = 'HMG';
constructor(private device: Device,
private zbar: ZBar,

@ -218,7 +218,7 @@ export class AuthenticationService {
public login(request: LoginRequest, onError: any, errorLabel: string): Observable<Response> {
this.setPublicFields(request);
request.P_APP_VERSION = "CS";
request.P_APP_VERSION = "HMG";
return this.con.post(AuthenticationService.login, request, onError, errorLabel);
}
@ -475,7 +475,7 @@ export class AuthenticationService {
public checkUserAuthentication(request: CheckUserAuthenticationRequest, onError: any, errorLabel: string)
: Observable<CheckUserAuthenticationResponse> {
this.setPublicFields(request);
request.P_APP_VERSION = "CS";
request.P_APP_VERSION = "HMG";
return this.con.post(AuthenticationService.userChecking, request, onError, errorLabel);
}

@ -35,7 +35,7 @@ export class HrRequestFormComponent implements OnInit {
public searchKeySelect = 'Complaints';
myColor: string = 'secondary';
public showRequestDetails = false;
public proID = "CS"
public proID = "HMG"
public inquiry: string;
public HR: string;
public complaints: string;

Loading…
Cancel
Save