[open-ils-commits] r20420 - trunk/Open-ILS/xul/staff_client/server/circ (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed May 4 14:00:53 EDT 2011


Author: miker
Date: 2011-05-04 14:00:49 -0400 (Wed, 04 May 2011)
New Revision: 20420

Modified:
   trunk/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: trunk/Open-ILS/xul/staff_client/server/circ/checkout.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 17:50:39 UTC (rev 20419)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkout.js	2011-05-04 18:00:49 UTC (rev 20420)
@@ -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