From a3d3e73a752612d435c54a0ca8a8dca5c8fe40a6 Mon Sep 17 00:00:00 2001 From: Bill Erickson <berickxx@gmail.com> Date: Tue, 8 Jan 2019 10:57:53 -0500 Subject: [PATCH] LP1779158 Import field id/class mismatch fix Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Dan Wells <dbw2@calvin.edu> --- Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index 5f7352f8b8..c7f8c17ab1 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -202,8 +202,8 @@ </label> </div> <div class="col-lg-3"> - <input id="form-check-input" type="checkbox" - name="auto-overlay-acq-copies" + <input class="form-check-input" type="checkbox" + id="auto-overlay-acq-copies" [disabled]="recordType == 'authority'" [(ngModel)]="autoOverlayAcqCopies"> </div> -- 2.11.0