[open-ils-commits] r13770 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 29 04:21:51 EDT 2009


Author: phasefx
Date: 2009-07-29 04:21:46 -0400 (Wed, 29 Jul 2009)
New Revision: 13770

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js
Log:
populate note textbox with existing note on edit

Modified: trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js	2009-07-29 08:17:18 UTC (rev 13769)
+++ trunk/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js	2009-07-29 08:21:46 UTC (rev 13770)
@@ -30,6 +30,7 @@
         }
 
         /* set widget values */
+        document.getElementById('note_tb').value = xul_param('note',{'modal_xulG':true});
         document.getElementById('csp_menupopup').setAttribute('value',xul_param('id',{'modal_xulG':true}));
         if (xul_param('id',{'modal_xulG':true})==21) { // SILENT_NOTE
             document.getElementById('note_btn').checked = true;



More information about the open-ils-commits mailing list