From: miker Date: Wed, 4 May 2011 18:01:27 +0000 (+0000) Subject: Patch from James Fournie improving due-date-editor usability by auto-checking the... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ce96d0690aa3470fff10c3df3130c283c7732f06;p=evergreen%2Fjoelewis.git Patch from James Fournie improving due-date-editor usability by auto-checking the check box; LP#70956965 git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20422 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index a9319f0293..25f4c9bb78 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -119,6 +119,7 @@ circ.checkout.prototype = { ['change'], function(ev) { try { + document.getElementById('checkout_duedate_checkbox').checked = true; if (obj.check_date(ev.target)) { ev.target.parentNode.setAttribute('style',''); } else {