From c1d6136cc96f1abc2fb6fb67785b9fd33f5050b4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 29 Jul 2009 08:21:46 +0000 Subject: [PATCH] populate note textbox with existing note on edit git-svn-id: svn://svn.open-ils.org/ILS/trunk@13770 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0