Bug 23077: Don't fill cardnumber with empty string
[koha-equinox.git] / Koha / Patrons / Import.pm
2019-07-05 Nick ClemensBug 23077: Don't fill cardnumber with empty string
2019-02-22 Nick ClemensBug 22386: Define patron variable when matchign on...
2018-12-11 Nick ClemensBug 21465: Don't throw duplicate userid error if userid...
2018-10-18 Jonathan DruartBug 21596: Handle empty string for date_renewed when...
2018-07-18 Jonathan DruartBug 20287: Replace ModMember in patrons import
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-07-18 Jonathan DruartBug 20287: Move fixup_cardnumber
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - Update the occurrences
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - Update the occurrences
2018-02-16 Jonathan DruartBug 12598: Remove warnings from tests and make them...
2018-02-16 Jonathan DruartBug 12598: Add use Koha::Patron::debarments statement
2018-02-16 Jonathan DruartBug 12598: Re-add bug 18555: Create patron list from...
2018-02-16 Colin CampbellBug 12598: Allow matched patron to be updated
2018-02-16 Jonathan DruartBug 12598: Re-add some missing stuffs
2018-02-16 Jonathan DruartBug 12598: Fix conflict with 17829 - GetMember
2018-02-16 Jonathan DruartBug 12598: Fix conflict with bug 16911
2018-02-16 Jonathan DruartBug 12598: Update code to use new modules
2018-02-16 Kyle M HallBug 12598: New misc/import_borrowers.pl command line...