Line 84 of Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml appears to have a typo.

Removing the leading white space for here, it reads:
<input type='radio' name='cl_new_hold' id='cl_new_hold_verify_yes'/>

It appears that it should read:
<input type='radio' name='cl_new_hold_verify' id='cl_new_hold_verify_yes'/>

So that when you want Hold Verify turned on it doesn't grab the input from Holdable instead. The "cl_new_hold_verify_no" input field on lines 86/87 appears to be correct, although it uses a full </input> instead of a self-closing tag.

Actually, the "yes" fields look like they self close, and the "no" fields look like they don't. In general on that page. At least it is consistently inconsistent.

Thomas Berezansky
Merrimack Valley Library Consortium




Reply via email to