[Koha-bugs] [Bug 11534] impossible to remove instructors on course reserve

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 14 15:53:18 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11534

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
A card number is passed to RemoveInstructor() in order to remove a the <div>
containing the relevant field:

$( '#borrower_' + cardnumber ).remove();

...but the <div> looks like this:

<div id="borrower_0011960">

...and the number passed to the function is this:

11960

Could the JavaScript engine in Liz's browser have different type handling?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list