[open-ils-commits] r20422 - branches/rel_2_0/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:31 EDT 2011


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

Modified:
   branches/rel_2_0/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_0/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 18:01:08 UTC (rev 20421)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 18:01:27 UTC (rev 20422)
@@ -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