[open-ils-commits] r20421 - branches/rel_2_1/Open-ILS/xul/staff_client/server/circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 4 14:01:12 EDT 2011


Author: miker
Date: 2011-05-04 14:01:08 -0400 (Wed, 04 May 2011)
New Revision: 20421

Modified:
   branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/checkout.js
Log:
Patch from James Fournie improving due-date-editor usability by auto-checking the check box; LP#70956965

Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 18:00:49 UTC (rev 20420)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 18:01:08 UTC (rev 20421)
@@ -119,6 +119,7 @@
                         ['change'],
                         function(ev) { 
                             try {
+				document.getElementById('checkout_duedate_checkbox').checked = true;
                                 if (obj.check_date(ev.target)) {
                                     ev.target.parentNode.setAttribute('style','');
                                 } else {



More information about the open-ils-commits mailing list