From b98119527472a542e4d9a55a64f2a73cd917662f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 1 Dec 2022 09:31:26 -0500 Subject: [PATCH] Move strict barcode checkbox to own row in checkout and checkin --- .../app/staff/circ/checkin/checkin.component.html | 20 +++++++++++--------- .../app/staff/circ/patron/checkout.component.html | 20 +++++++++++--------- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index 81b6e0901f..8a6b0705ff 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -97,15 +97,6 @@ -
-
- - -
-
@@ -122,6 +113,17 @@ (click)="backdateDate=null; backdate=null" i18n>Clear
+
+
+
+ + +
+
+
Fine Tally: diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html index 2885045c83..49cfa826c7 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html @@ -43,15 +43,6 @@
-
-
- - -
-
-- 2.11.0