]> git.koha-community.org Git - koha.git/commit
Bug 34621: implement Patron import option to 'Renew existing patrons' 'from the curre...
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 25 Aug 2023 17:37:46 +0000 (17:37 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 12 Apr 2024 12:02:41 +0000 (14:02 +0200)
commitb89d744e868cd93632d6b84f5f39116a475d342e
tree22b9d8ea89f326fc93e6c4cab524e011cc1215fc
parentf3d2f34d7a6aeead30b40a30b239f15c6c94a7f2
Bug 34621: implement Patron import option to 'Renew existing patrons' 'from the current membership expiry date'

Test Plan:
1) Test importing a patron with the "from the current membership expiry date" option,
   note it does not work
2) Apply this patch
3) Restart all the things!
4) Re-test, note the expiration was renewed from the patron's current
   expiration date!

Signed-off-by: David Nind <david@davidnind.com>
Rebased-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Patrons/Import.pm
misc/import_patrons.pl
t/db_dependent/Koha/Patrons/Import.t
tools/import_borrowers.pl