From c98c253453f38d7f1e81a6594db85aa009b107bf Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Thu, 21 Sep 2017 15:58:49 -0400 Subject: [PATCH] LP#1717025 - make Specific Due Dates Until Logout in Patron Checkout Made a few (opinionated) changes, that try to follow some JS best practices. Changed Bool flags like date_options.sticky_date to has_sticky_date, which avoids confusion with the checkoutArgs property of the same name, and provides a clue about it's type and function. Also added semicolons to any JS statements and function expressions that were missing them. Signed-off by: Cesar Velez --- .../src/templates/staff/circ/patron/t_checkout.tt2 | 12 +++++------ .../js/ui/default/staff/circ/patron/checkout.js | 24 +++++++++++----------- 2 files changed, 18 insertions(+), 18 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 a2db38ea44..773d91104d 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -48,20 +48,20 @@