From f867ceba8c877ac1805fa4efddc52efaa85dece5 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 10 Apr 2011 21:34:50 +0000 Subject: [PATCH] patch from jamesrf for lp#756880 for Grocery Billing Location in Bill Patron wizard git-svn-id: svn://svn.open-ils.org/ILS/trunk@20036 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bill_wizard.js | 2 +- Open-ILS/xul/staff_client/server/patron/bill_wizard.xul | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/bill_wizard.js b/Open-ILS/xul/staff_client/server/patron/bill_wizard.js index ae4035ada1..b1c4d87e4f 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_wizard.js +++ b/Open-ILS/xul/staff_client/server/patron/bill_wizard.js @@ -129,7 +129,7 @@ function patron_bill_init() { retrieve_patron(); - $('billing_location').setAttribute('value', g.OpenILS.data.hash.aou[ g.OpenILS.data.list.au[0].ws_ou() ].name() ); + $('wizard_billing_location').setAttribute('value', g.OpenILS.data.hash.aou[ g.OpenILS.data.list.au[0].ws_ou() ].name() ); if ( g.OpenILS.data.hash.cbt[ ml.value ] ) { $('bill_amount').value = g.OpenILS.data.hash.cbt[ ml.value ].default_price(); diff --git a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul index d07f71d952..126f021ae2 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul @@ -45,7 +45,7 @@ - +