diff --git a/admin/src/app/foms/fom-add-edit/fom-add-edit.component.html b/admin/src/app/foms/fom-add-edit/fom-add-edit.component.html index c182775b9..cfff5ab7e 100644 --- a/admin/src/app/foms/fom-add-edit/fom-add-edit.component.html +++ b/admin/src/app/foms/fom-add-edit/fom-add-edit.component.html @@ -135,7 +135,6 @@

{{isCreate ? 'Add New' : 'Edit'}} FOM {{isCreate ? '' : ' readonly id="op-end-year" name="op-end-year" - class="form-control readonly-normal" type="text" placeholder="YYYY" @@ -159,9 +158,36 @@

{{isCreate ? 'Add New' : 'Edit'}} FOM {{isCreate ? '' : '
- -
-
+ +
+ {{isCreate ? 'Add New' : 'Edit'}} FOM {{isCreate ? '' : ' [appFormControl]="fg.get('fspId')" />
- {{getErrorMessage('fspId', 'required')}} + *ngIf="(isSubmitSaveClicked || fieldTouchedOrDirty('fspId'))"> +
{{getErrorMessage('fspId', 'required')}}
+
{{getErrorMessage('fspId', 'numeric')}}
+ + +
+ + +
+
+ {{getErrorMessage('woodlotLicenseNumber', 'required')}} +
+
+ {{getErrorMessage('woodlotLicenseNumber', 'woodlotFormat')}} +
+
+
+
+ +
- +