From 5a6b19253e6c5a27599bdc0c0106ef758d998a93 Mon Sep 17 00:00:00 2001 From: Katlyn Beck Date: Mon, 26 Nov 2018 21:23:48 +0000 Subject: [PATCH] lp1712644 Prevent check out due date in past - Prevents selecting past due date when checking out an item - Prevents saving a due date with hatch when input date is invalid Signed-off-by: Katlyn Beck Signed-off-by: Kyle Huckins Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index 65d56fb8ff..7cbe4927c7 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -30,7 +30,8 @@ id="patron-checkout-barcode" type="text"/> + ng-disabled="disable_checkout()" + value="[% l('Submit') %]"/> @@ -76,7 +77,9 @@ -->
- + +
-- 2.11.0