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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 15:13:55 +0000 (15:13 +0000)
commitb8c824909ebde8a0d4b39d7340dbb32e7c9856b3
treef85eb3efe3d84b1205a9dd89b7981d9e9fcf0195
parent430a64148207e7c390746060eb9ee31916185738
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: Kyle M Hall <kyle@bywatersolutions.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]