Bug 27920: Add ability to update patron expiration dates when importing patrons
[koha.git] / Koha / Patrons / Import.pm
2022-11-09 Kyle HallBug 27920: Add ability to update patron expiration...
2022-10-14 Nick ClemensBug 31595: Don't process extended attributes if none...
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-04-21 Jonathan DruartBug 28786: Fix Patrons/Import.t
2022-04-20 Martin RenvoizeBug 30237: Reference new WELCOME notice
2022-04-20 Martin RenvoizeBug 29005: Add option to send welcome email from patron...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Kyle M HallBug 27883: Add ability to preserve patron field from...
2021-06-23 Jonathan DruartBug 28616: (bug 28220 follow-up) Replace Data::Printer...
2021-05-17 Jonathan DruartBug 28220: UI changes
2021-05-17 Jonathan DruartBug 28220: Add more tests
2021-05-17 Jonathan DruartBug 28220: Handle NonRepeatable
2021-05-17 Jonathan DruartBug 28220: Handle InvalidType
2021-05-17 Jonathan DruartBug 28220: prevent patron to be created if attributes...
2021-05-11 Jonathan DruartBug 28293: (bug 20443 follow-up) Fix wrong key in Patro...
2021-02-12 Kyle M HallBug 26059: Create guarantor/guarantee links on patron...
2021-02-08 Kyle M HallBug 27586: Rollback should be before return statement
2021-02-08 Kyle M HallBug 27586: Import patrons script has a confirm switch...
2020-07-20 Jonathan DruartBug 24379: Fix failing tests
2020-03-27 Nick ClemensBug 23473: Don't allow staff password changes for imports
2020-03-27 Nick ClemensBug 23473: Don't allow setting blank passwords via...
2020-03-27 Nick ClemensBug 23473: (follow-up) Catch and show password exceptions
2020-03-27 Nick ClemensBug 23473: Allow overwrite of passwords during import
2020-03-23 Jonathan DruartBug 20443: Fix Patrons/Import.t
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_merge
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-20 Jonathan DruartBug 22025: Remove warnings when importing patrons
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-30 Kyle M HallBug 24330: When importing patrons from CSV, automatical...
2019-11-06 Jonathan DruartBug 17359: Correct encoding when displaying patron...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-05 Nick ClemensBug 23077: Fix import of cardnumber 0
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...