@reusa/ngx-reusa-app-lib 0.0.1371 → 0.0.1373

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25663,7 +25663,6 @@ class AddEmployerComponent {
25663
25663
  this.logger.debug('recordIndexToEdit', this.recordIndexToEdit);
25664
25664
  this.logger.debug('this.validationService.bpEmpLstFrmService.getValue()', this.validationService.bpEmpLstFrmService.getValue());
25665
25665
  esm = this.validationService.bpEmpLstFrmService.getValue().bpEmpList[this.recordIndexToEdit];
25666
- console.log("esm", esm);
25667
25666
  qtrWageList = esm.wageAmountArray;
25668
25667
  this.customerName = esm.employerData.displayName;
25669
25668
  if (esm.employerData.tradeName) {
@@ -26891,7 +26890,7 @@ class AddEmployerComponent {
26891
26890
  }
26892
26891
  }
26893
26892
  save() {
26894
- console.log('this.save.value', this.addEmployerForm);
26893
+ this.logger.debug('this.save.value', this.addEmployerForm);
26895
26894
  if (this.workFlag.value === 'N') {
26896
26895
  if (this.addEmployerForm.valid) {
26897
26896
  this.addEmployerForm.value.isEmployerEdited = true;