]> git.koha-community.org Git - koha.git/commit
Bug 32029: Automatic item modifications by age add biblio table
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 28 Oct 2022 07:59:26 +0000 (21:59 -1000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 19 Mar 2024 19:50:15 +0000 (19:50 +0000)
commit4f3827a6bc44870c0495923d1fb0abd893edff32
tree592599cac7da7104c0f4dfc74dea5110bac23c50
parent0b89414d0ca2a5c7e114bcf6324d6366f5b2e733
Bug 32029: Automatic item modifications by age add biblio table

In automatic item modifications by age missing,
conditions can be on columns of tables items or biblioitems.
Table biblio is missing.

Test plan :
1) Create an automatic item modifications by age with a condition on a column of biblio table
2) Create a record and item matching the rule
3) Run misc/cronjobs/automatic_item_modification_by_age.pl -c -v
=> Check only matching items are impacted

Signed-off-by: Philip Orr <philip.orr@lmscloud.de>
Bug 32029: (follow-up) unit test

Signed-off-by: matthias le gac <matthias.le-gac@inlibro.com>
Bug 32029: (follow-up) tidy

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 4e480d48f67c2eb942be4c8516533a327c7e2ba5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit badba61f0091a2c4f04173976d6df154e4542b84)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Items.pm
t/db_dependent/Items/AutomaticItemModificationByAge.t
tools/automatic_item_modification_by_age.pl