[open-ils-commits] r11762 - branches/rel_1_4/Open-ILS/xul/staff_client/server/admin

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jan 7 20:01:46 EST 2009


Author: miker
Date: 2009-01-07 20:01:45 -0500 (Wed, 07 Jan 2009)
New Revision: 11762

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
Log:
typo spotted by Thomas Berezansky of Merrimack Valley Library Consortium

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml	2009-01-08 01:01:13 UTC (rev 11761)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml	2009-01-08 01:01:45 UTC (rev 11762)
@@ -81,7 +81,7 @@
 						<td>&staff.server.admin.copy_locations.editor.hold_verify.label;</td>
 						<td>
 							<span>&staff.server.admin.copy_locations.editor.yes;</span>
-							<input type='radio' name='cl_new_hold' id='cl_new_hold_verify_yes'/>
+							<input type='radio' name='cl_new_hold_verify' id='cl_new_hold_verify_yes'/>
 							<span>&staff.server.admin.copy_locations.editor.no;</span>
 							<input type='radio' name='cl_new_hold_verify'  
 								id='cl_new_hold_verify_no' checked='checked'> </input>



More information about the open-ils-commits mailing list