https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32871
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #5 from Katrin Fischer <[email protected]> --- This one is more complex: 23 This plugin is used to map isbn/editor with collection. 24 It need : 25 in thesaurus, a category named EDITORS 26 in this category, datas must be entered like following : 27 isbn separator editor separator collection. 28 for example : 29 2204 -- Cerf -- Cogitatio fidei 30 2204 -- Cerf -- Le Magistere de l'Eglise 31 2204 -- Cerf -- Lectio divina 32 2204 -- Cerf -- Lire la Bible 33 2204 -- Cerf -- Pour lire 34 2204 -- Cerf -- Sources chretiennes 35 36 when the user clic on ... on 225a line, the popup shows the list of collections from the selected editor 37 if the biblio has no isbn, then the search if done on editor only 38 If the biblio ha an isbn, the search is done on isbn and editor. It's faster. -- 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/
