Bug 19929: Add Koha objects for class sources and sorters
authorNick Clemens <nick@bywatersolutions.com>
Tue, 9 Jan 2018 11:45:47 +0000 (11:45 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
commit6ee8f826f7474023117a4d4f5faa54caf0eef355
treed90440a979e79ef700762168b48d4e266ed182c2
parent5855b015430505568a3e2d9da90e3afa06a5abb8
Bug 19929: Add Koha objects for class sources and sorters

prove -v t/db_dependent/Koha/ClassSortRules.t
prove -v t/db_dependent/Koha/ClassSources.t

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/ClassSortRule.pm [new file with mode: 0644]
Koha/ClassSortRules.pm [new file with mode: 0644]
Koha/ClassSource.pm [new file with mode: 0644]
Koha/ClassSources.pm [new file with mode: 0644]
t/db_dependent/Koha/ClassSortRules.t [new file with mode: 0644]
t/db_dependent/Koha/ClassSources.t [new file with mode: 0644]