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

--- Comment #4 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to