[open-ils-commits] r20037 - branches/rel_2_1/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 10 17:35:28 EDT 2011
Author: phasefx
Date: 2011-04-10 17:35:22 -0400 (Sun, 10 Apr 2011)
New Revision: 20037
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.js
branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul
Log:
patch from jamesrf for lp#756880 for Grocery Billing Location in Bill Patron wizard
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.js 2011-04-10 21:34:50 UTC (rev 20036)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.js 2011-04-10 21:35:22 UTC (rev 20037)
@@ -129,7 +129,7 @@
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();
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul 2011-04-10 21:34:50 UTC (rev 20036)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/patron/bill_wizard.xul 2011-04-10 21:35:22 UTC (rev 20037)
@@ -45,7 +45,7 @@
<grid>
<columns> <column flex="0" /> <column flex="0" /> </columns>
<rows id="page1_rows">
- <row><label value="&staff.patron.bill_wizard.location.value;"/><textbox id="billing_location" disabled="true" context="clipboard" /></row>
+ <row><label value="&staff.patron.bill_wizard.location.value;"/><textbox id="wizard_billing_location" disabled="true" context="clipboard" /></row>
<row><label value="&staff.patron.bill_wizard.transaction_type.value;"/>
<menulist id="xact_type">
<menupopup>
More information about the open-ils-commits
mailing list