Bug 19040: Refactor GetMarcBiblio parameters
authorMark Tompsett <mtompset@hotmail.com>
Fri, 4 Aug 2017 17:42:56 +0000 (13:42 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Aug 2017 13:23:42 +0000 (10:23 -0300)
commitd5986c9b972e6634fbc3f52e544316ed607eb502
tree9269be77316a83555f3d644e40d6865b0a7f7f2f
parentb08913370f77fcc1c574d9c0264f0523b6e2a53b
Bug 19040: Refactor GetMarcBiblio parameters

Change parameters to a hashref.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Looks good to me.
Two calls in migration_tools/22_to_30 still in old style.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
89 files changed:
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/HoldsQueue.pm
C4/ILSDI/Services.pm
C4/Items.pm
C4/Labels/Label.pm
C4/Record.pm
C4/Search.pm
C4/Serials.pm
C4/ShelfBrowser.pm
Koha/Biblio.pm
Koha/BiblioUtils.pm
Koha/Exporter/Record.pm
Koha/OAI/Server/Repository.pm
basket/basket.pl
basket/downloadcart.pl
basket/sendbasket.pl
catalogue/ISBDdetail.pl
catalogue/MARCdetail.pl
catalogue/detail.pl
catalogue/export.pl
catalogue/labeledMARCdetail.pl
catalogue/moredetail.pl
catalogue/showmarc.pl
cataloguing/addbiblio.pl
cataloguing/additem.pl
cataloguing/linkitem.pl
cataloguing/merge.pl
cataloguing/value_builder/marc21_linking_section.pl
cataloguing/value_builder/unimarc_field_4XX.pl
circ/branchoverdues.pl
circ/reserveratios.pl
circ/transferstoreceive.pl
circ/waitingreserves.pl
misc/batchRebuildBiblioTables.pl
misc/batchRebuildItemsTables.pl
misc/batchRepairMissingBiblionumbers.pl
misc/cronjobs/build_browser_and_cloud.pl
misc/cronjobs/check-url-quick.pl
misc/cronjobs/check-url.pl
misc/link_bibs_to_authorities.pl
misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl
misc/maintenance/process_record_through_filter.pl
misc/maintenance/remove_items_from_biblioitems.pl
misc/maintenance/sanitize_records.pl
misc/maintenance/touch_all_biblios.pl
misc/migration_tools/buildEDITORS.pl
misc/migration_tools/create_analytical_rel.pl
misc/migration_tools/import_lexile.pl
misc/migration_tools/rebuild_zebra.pl
misc/migration_tools/switch_marc21_series_info.pl
misc/migration_tools/upgradeitems.pl
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
opac/opac-basket.pl
opac/opac-detail.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
opac/opac-export.pl
opac/opac-reserve.pl
opac/opac-search.pl
opac/opac-sendbasket.pl
opac/opac-sendshelf.pl
opac/opac-shelves.pl
opac/opac-showmarc.pl
opac/opac-showreviews.pl
opac/opac-tags.pl
opac/opac-user.pl
serials/subscription-add.pl
svc/bib
svc/checkouts
svc/holds
svc/new_bib
svc/records/preview
t/Biblio.t
t/db_dependent/Authorities/Merge.t
t/db_dependent/Biblio.t
t/db_dependent/Items.t
t/db_dependent/Koha/Filter/EmbedItemsAvailability.t
t/db_dependent/OAI/Server.t
t/db_dependent/OAI/Sets.t
t/db_dependent/Reserves.t
tags/list.pl
tools/batch_delete_records.pl
tools/batch_record_modification.pl
tools/showdiffmarc.pl
virtualshelves/downloadshelf.pl
virtualshelves/sendshelf.pl
virtualshelves/shelves.pl