14 Jan
2014
14 Jan
'14
3:53 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11534 --- Comment #4 from Owen Leonard <oleonard@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.