Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls
authorJosef Moravec <josef.moravec@gmail.com>
Wed, 17 Apr 2019 06:02:59 +0000 (06:02 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Jul 2019 10:28:08 +0000 (11:28 +0100)
commit68eeefa07edfd7f45546b9ad5eb72627502fc5e0
treea949c10cc0347378e605bdd1e6e1a7252769cda1
parentfc53c88ad4bda3810a1f4c0a7582fec8b3a10383
Bug 22721: Remove frameworkcode parameter in GetMarcFromKohaField calls

Test plan:
Run tests, at least:
    t/db_dependent/Biblio.t
    t/db_dependent/Biblio/TransformHtmlToMarc.t
    t/db_dependent/Charset.t
    t/db_dependent/Circulation/GetTopIssues.t
    t/db_dependent/Filter_MARC_ViewPolicy.t
    t/db_dependent/ImportBatch.t
    t/db_dependent/Items.t
    t/db_dependent/Items/AutomaticItemModificationByAge.t
    t/db_dependent/Items/GetItemsForInventory.t
    t/db_dependent/Koha/Filter/EmbedItemsAvailability.t
    t/db_dependent/Serials.t
    t/db_dependent/XISBN.t
    t/db_dependent/FrameworkPlugin.t

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
46 files changed:
C4/Acquisition.pm
C4/Biblio.pm
C4/Charset.pm
C4/ImportBatch.pm
C4/Items.pm
C4/Labels/Label.pm
C4/Matcher.pm
C4/Search.pm
C4/Serials.pm
Koha/Exporter/Record.pm
Koha/Filter/MARC/EmbedItemsAvailability.pm
Koha/Filter/MARC/EmbedSeeFromHeadings.pm
Koha/FrameworkPlugin.pm
Koha/SearchEngine/Search.pm
acqui/addorderiso2709.pl
acqui/finishreceive.pl
acqui/neworderempty.pl
catalogue/MARCdetail.pl
cataloguing/addbiblio.pl
cataloguing/additem.pl
cataloguing/value_builder/barcode.pl
cataloguing/value_builder/barcode_manual.pl
circ/branchoverdues.pl
misc/batchImportMARCWithBiblionumbers.pl
misc/batchRebuildBiblioTables.pl
misc/batchRebuildItemsTables.pl
misc/migration_tools/22_to_30/missing090field.pl
misc/migration_tools/bulkmarcimport.pl
misc/migration_tools/rebuild_zebra.pl
opac/opac-MARCdetail.pl
serials/serials-edit.pl
svc/bib
svc/new_bib
t/db_dependent/Biblio.t
t/db_dependent/Biblio/TransformHtmlToMarc.t
t/db_dependent/Charset.t
t/db_dependent/Circulation/GetTopIssues.t
t/db_dependent/Filter_MARC_ViewPolicy.t
t/db_dependent/ImportBatch.t
t/db_dependent/Items.t
t/db_dependent/Items/AutomaticItemModificationByAge.t
t/db_dependent/Items/GetItemsForInventory.t
t/db_dependent/Koha/Filter/EmbedItemsAvailability.t
t/db_dependent/Serials.t
t/db_dependent/XISBN.t
tools/batchMod.pl