]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1717025 - make Specific Due Dates Until Logout in Patron Checkout
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Thu, 21 Sep 2017 19:58:49 +0000 (15:58 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 16 Oct 2017 19:37:33 +0000 (15:37 -0400)
commite9abffb9556d33a3b6edfa300e5d4f5e2e14987c
tree8be3fd83e4d20bb48ad89e8b98f39058a1e22fb2
parent8f294e26ca47cae973c38f872dabbe0538e01e3f
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 <cesar.velez@equinoxinitiative.org>

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js