Bug 8367: (follow-up) possible to delete circ rule

Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kelly <kelly@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kelly <kelly@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Aleisha Amohia 2023-01-13 14:39:50 +13:00 committed by Tomas Cohen Arazi
parent 3a1c40a290
commit caef730218
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -116,6 +116,7 @@ if ($op eq 'delete') {
recall_overdue_fine => undef,
recall_shelf_time => undef,
decreaseloanholds => undef,
holds_pickup_period => undef,
}
}
);