]> 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:37 +0000 (15:37 -0400)
commit5e479ec7f42f570ba7db2f7668d6c3ac82b8975c
tree1cfa49abd3203239cee19b2730d5fe37abee9683
parent87dc85c0661203f203af5ef60434ce6e1f2b6325
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