https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32742
--- Comment #6 from Alexandre Noel <[email protected]> --- Created attachment 167956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167956&action=edit Bug 32742: Patron's lists option are not in alphabetical This patch add sorting feature to the patron card lists export option To test 1. Go to Tools > Patron lists 2. Create a new patron list 3. Add 10 patrons in a random order (not in alphabetical nor in cardnumber sequence) 4. Go back to Tools > Patron lists management page 5. Find your list, click on 'Action' and select 'Print patron cards' 6. Check the cards order in the pdf --> notice these cards aren't in alphabetical order. 7. Apply the patch 8. Repeat step 4, 5 9. Fill the «Order by» field and submit 10. Check the cards order in the pdf --> notice the cards are now ordered. It's also working for export in Patron card creator page. To test 1. Go to Tools > Patron card creator 2. Create a new patron card batch 3. Add some patrons 4. Test the "Order by" option for different export button 5. In an export form, Select the "Order by" field and submit 6. Check that it's ordered Export buttons : --> manage > card batches (or /cgi-bin/koha/patroncards/manage.pl?card_element=batch) > Export (from the table) > Select few batches > Export selected batches > Export from patron list --> Click "Edit" of your batch in the table > Export card batch > Export (from a row of the patrons table) note that this export doesn't need the order by option. > Select few patrons > Export selected card(s) -- 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/
