handle accural ticket balance

master
Mohamed Mekawy 6 years ago
parent feee5f4c6f
commit c6f3161eba

@ -110,7 +110,7 @@ export class EitListComponent implements OnInit {
getUserDetails(){
this.authService.loadAuthenticatedUser().subscribe((user: AuthenticatedUser) => {
if (user) {
this.emp_no=user.EMPLOYEE_NUMBER;
// this.emp_no=user.EMPLOYEE_NUMBER;
}
});
@ -124,7 +124,7 @@ export class EitListComponent implements OnInit {
let todayDate = month + '/' + day + '/' + year;
let effectiveDate = todayDate;
const request = {
P_SELECTED_EMPLOYEE_NUMBER: this.emp_no,
P_SELECTED_EMPLOYEE_NUMBER: this.selEmp,
P_EFFECTIVE_DATE: effectiveDate
};
this.accrualService

Loading…
Cancel
Save