https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32176
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187728|0 |1 is obsolete| | Attachment #187729|0 |1 is obsolete| | Attachment #187730|0 |1 is obsolete| | Attachment #187841|0 |1 is obsolete| | Attachment #187842|0 |1 is obsolete| | --- Comment #16 from Nick Clemens (kidclamp) <[email protected]> --- Created attachment 188803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188803&action=edit Bug 32176: Remove duplicated code to select patron from autocomplete On bug 31782 we centralized the code to autocomplete when searching for patron There were several occurrences in the code where some code were duplicated (when selecting patrons and allowing to remove them from a list). This patch centralizes this code by adding another parameter to patron_autocomplete: on-select-add-to Test plan: When duplicating an order, searching for orders, editing a course (and adding instructors) and adding patrons to a patron list, you should now see the correct patron details displayed: with preferred name, without "null" in case of missing surname, correct spacing, etc. Like (almost) everywhere else in Koha. Signed-off-by: Andrew Fuerste Henry <[email protected]> Signed-off-by: Nick Clemens <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
