From: phasefx Date: Wed, 29 Jul 2009 08:21:46 +0000 (+0000) Subject: populate note textbox with existing note on edit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c1d6136cc96f1abc2fb6fb67785b9fd33f5050b4;p=evergreen%2Ftadl.git populate note textbox with existing note on edit git-svn-id: svn://svn.open-ils.org/ILS/trunk@13770 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js b/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js index df846f9f48..8523e06a48 100644 --- a/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js +++ b/Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js @@ -30,6 +30,7 @@ function edit_penalty_init() { } /* 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;