]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 28 May 2024 19:21:41 +0000 (19:21 +0000)
commit9c70fafe5312479c7e22219a66016c7360a8ed1e
tree2c3411dae1a1d8a16f1849d7031eb5a6d5030b5b
parent518d13d5d3c591a564791455dd9314f2b002ae90
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>
(cherry picked from commit b89d744e868cd93632d6b84f5f39116a475d342e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 3a99bc8bb1cc95c7d1abcff3ffa7bccd72f68b1d)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Patrons/Import.pm
misc/import_patrons.pl
t/db_dependent/Koha/Patrons/Import.t
tools/import_borrowers.pl