Bug 15504: Remove PatronLastActivity preference
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 11 Oct 2023 17:43:31 +0000 (18:43 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 24 Oct 2023 13:05:22 +0000 (10:05 -0300)
commitb46b614b6ca0e4007e7ed1edc25e8d9c9b64a716
treeee574560852dd42cea64470d37774c5b03da2adc
parent01a5d302b96a3fa2913e14d00d87a8562f11cc98
Bug 15504: Remove PatronLastActivity preference

This patch removes the older PatronLastActivity preference opting to
replace it by the new PatronLastActivityTriggers preference. The feature
can now be disabled by simply not selecting any triggers

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
12 files changed:
C4/SIP/Sip/MsgType.pm
Koha/Patron.pm
installer/data/mysql/atomicupdate/bug_15504-add-tracklastpatronactivityoptions.pl
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt
misc/cronjobs/delete_patrons.pl
t/db_dependent/ILSDI_Services.t
t/db_dependent/Koha/Patron.t
t/db_dependent/Koha/Patrons.t
t/db_dependent/Members.t
t/db_dependent/SIP/Message.t