Merge branch 'master-newdesign-15-Dec-location' into enad-Q1

MOHEMM-SFH-COLORS
umasoodch 5 years ago
commit 41d5faacca

@ -158,7 +158,7 @@ export class AttendanceOptionsComponent implements OnInit {
component: NfcModalComponent,
showBackdrop: true,
backdropDismiss: true,
componentProps:{ enableLocationQR: this.enableLocationQR, lat: this.lat, longt: this.longt},
componentProps:{ enableLocationNFC: this.enableLocationNFC, lat: this.lat, longt: this.longt},
});
modal.cssClass = "nfc-modal";
await modal.present();

@ -141,6 +141,7 @@ export class WifiModalComponent implements OnInit {
request.WifiValue = "100";
request.UID = this.device.uuid;
request.UserName = this.userData.EMPLOYEE_NUMBER;
request.IsGpsRequired = false;
this.attendance_service
.attendanceSwipeScanner(request, () => {

Loading…
Cancel
Save