Bug 17249: Remove GetKohaAuthorisedValuesFromField - Add classes MarcSubfieldStructure[s]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2016 08:07:26 +0000 (09:07 +0100)
committerMason James <mtj@kohaaloha.com>
Wed, 20 Sep 2017 02:00:05 +0000 (14:00 +1200)
commit99e7f928b1bdd7ca997c6ae403a691f90866eeb4
tree87128a07bfc5afddbca29d936cfca77e700a36b1
parent65d5ad70b65189177622c4886f2718a0130cdbae
Bug 17249: Remove GetKohaAuthorisedValuesFromField - Add classes MarcSubfieldStructure[s]

This patch adds the 2 Koha::Object based classes for the
marc_subfield_structure table

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Koha/MarcSubfieldStructure.pm [new file with mode: 0644]
Koha/MarcSubfieldStructures.pm [new file with mode: 0644]
t/db_dependent/Koha/MarcSubfieldStructures.t [new file with mode: 0644]