From: Tiffany Little Date: Mon, 12 Dec 2022 15:07:36 +0000 (-0500) Subject: PINES customization - LMOR required fields X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4bbff5c0a7bf50e3ba04adb3bac46701f55cff8e;p=evergreen%2Fpines.git PINES customization - LMOR required fields Updates the requiredness of fields on the Load MARC Order Records Angular page Signed-off-by: Tiffany Little --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html index 7ef7962e97..44467a0371 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html @@ -134,6 +134,7 @@ @@ -156,6 +157,7 @@ @@ -178,6 +180,7 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.ts index 17f1f75da6..78c46ef341 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.ts @@ -366,7 +366,10 @@ export class UploadComponent implements AfterViewInit, OnDestroy { Boolean(this.selectedFile) && Boolean(this.selectedFiscalYear) && Boolean(this.selectedProvider) && - Boolean(this.orderingAgency); + Boolean(this.orderingAgency) && + Boolean(this.selectedBibSource) && + Boolean(this.selectedMatchSet) && + Boolean(this.selectedMergeProfile); } upload() {