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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected]
        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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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