|
|
|
|
@ -78,7 +78,7 @@ export class AddAddressComponent implements OnInit {
|
|
|
|
|
constructor(
|
|
|
|
|
public modalController: ModalController,
|
|
|
|
|
public cs: CommonService,
|
|
|
|
|
private ts: TranslatorService,
|
|
|
|
|
public ts: TranslatorService,
|
|
|
|
|
private eitService: EitService,
|
|
|
|
|
public datePicker: DatePicker,
|
|
|
|
|
public profileService: ProfileService
|
|
|
|
|
@ -148,7 +148,8 @@ export class AddAddressComponent implements OnInit {
|
|
|
|
|
P_FUNCTION_NAME: this.selMenu.GetMenuEntriesList.FUNCTION_NAME,
|
|
|
|
|
P_SELECTED_EMPLOYEE_NUMBER: this.selEmp,
|
|
|
|
|
P_MENU_TYPE: this.menuType,
|
|
|
|
|
P_SELECTED_RESP_ID: this.respID
|
|
|
|
|
P_SELECTED_RESP_ID: this.respID,
|
|
|
|
|
P_COUNTRY_CODE: 'SA'
|
|
|
|
|
// P_USER_NAME:this.userName
|
|
|
|
|
};
|
|
|
|
|
this.profileService.getAddressDiffStructure(body).subscribe((result: any) => {
|
|
|
|
|
|