Bug 31196: Remove 'default_value_for_mod_marc-' clear_from_cache calls
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jul 2022 07:38:57 +0000 (09:38 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 25 Oct 2022 14:16:57 +0000 (11:16 -0300)
commit93d44d18759d43a09f6c623ffe4fa81dca4dcaa2
treef7083adc9f9d2b5a30718485b9e29beed1c15ea1
parent1090ebed09459196241284e299496a1e2247eb99
Bug 31196: Remove 'default_value_for_mod_marc-' clear_from_cache calls

We are seeing the following lines several times in the codebase
  $cache->clear_from_cache("default_value_for_mod_marc-");

But values are never set for this key.

Test plan:
Ask you, "Is the above correct?"
Use the correct 'git grep' and 'git log' and confirm the assertion.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
12 files changed:
admin/biblio_framework.pl
admin/koha2marclinks.pl
admin/marc_subfields_structure.pl
admin/marctagstructure.pl
installer/data/mysql/updatedatabase.pl
t/db_dependent/Items.t
t/db_dependent/Items/AutomaticItemModificationByAge.t
t/db_dependent/Koha/Biblio.t
t/db_dependent/Koha/Item.t
t/db_dependent/Koha/Item/Attributes.t
t/db_dependent/Koha/UI/Form/Builder/Item.t
t/db_dependent/Reserves.t