https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40957 Bug ID: 40957 Summary: No need to maintain autocomplete compatibility Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org CC: lisette@bywatersolutions.com, pedro.amorim@openfifth.co.uk, tomascohen@gmail.com Depends on: 35570 136 /* Maintain patron autocomplete compatibility across versions */ 137 [% IF koha_version.major <= 22 && koha_version.minor < 11 %] 138 $('#create_form #cardnumber').autocomplete({ 139 source: "/cgi-bin/koha/circ/ysearch.pl", 140 minLength: 3, 141 select: function( event, ui ) { 142 var field = ui.item.cardnumber; 143 $('#create_form #cardnumber').val(field) 144 return false; 145 } 146 }) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35570 [Bug 35570] Add a generic master form in ILL -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.