@reusa/ngx-reusa-app-lib 0.0.1352 → 0.0.1353
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.
|
@@ -26905,7 +26905,7 @@ class AddEmployerComponent {
|
|
|
26905
26905
|
}
|
|
26906
26906
|
}
|
|
26907
26907
|
this.logger.debug("invalid[]", invalid);
|
|
26908
|
-
if (!this.isBasePeriodEmployer && this.employerType.value != 'MIL') {
|
|
26908
|
+
if ((!this.isBasePeriodEmployer || this.osaBpEmployerFlag.value === '1') && this.employerType.value != 'MIL') {
|
|
26909
26909
|
this.logger.debug('validate address component');
|
|
26910
26910
|
this.validateAddress();
|
|
26911
26911
|
}
|