[open-ils-commits] r10496 -
trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 1 03:43:45 EDT 2008
Author: phasefx
Date: 2008-09-01 03:43:36 -0400 (Mon, 01 Sep 2008)
New Revision: 10496
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/bills_overlay.xul
Log:
missing ampersand for entity
Modified: trunk/Open-ILS/xul/staff_client/server/patron/bills_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/bills_overlay.xul 2008-08-31 15:20:07 UTC (rev 10495)
+++ trunk/Open-ILS/xul/staff_client/server/patron/bills_overlay.xul 2008-09-01 07:43:36 UTC (rev 10496)
@@ -14,7 +14,7 @@
<hbox>
<label style="font-weight: bold;" value="&staff.patron.bills_overlay.selected_balance.value;"/><label id="selected_balance"/>
<label style="font-weight: bold;" value="&staff.patron.bills_overlay.unselected.value;"/><label id="unselected_balance"/>
- <label style="font-weight: bold;" value="staff.patron.bills_overlay.voided.value;"/><label id="voided_balance"/>
+ <label style="font-weight: bold;" value="&staff.patron.bills_overlay.voided.value;"/><label id="voided_balance"/>
<spacer flex="1"/>
<label id="circulating_hint" hidden="true" style="background: red; color: white" value="&staff.patron.bills_overlay.still_checked_out.label;"/>
</hbox>
More information about the open-ils-commits
mailing list