Bug 12375 [7] - Update to use Koha::Object classes
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 12:27:15 +0000 (12:27 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 12:29:05 +0000 (12:29 +0000)
commit3128151713128985e6dbf2e54ce75bbd0c329a0f
tree4660d78545c849335b967e969b6aee5b47b022e0
parent957da3282ce774b1629de69ffcb7af5e0f72d9ee
Bug 12375 [7] - Update to use Koha::Object classes

This code was written before the introduction of Koha::Object(s)

Considering the triviality of updating the code, we should go ahead
and switch this code to use Koha::Object(s) now.
C4/Serials.pm
Koha/Serial.pm [new file with mode: 0644]
Koha/Serials.pm [new file with mode: 0644]
Koha/Subscription.pm [new file with mode: 0644]
Koha/Subscription/Histories.pm [new file with mode: 0644]
Koha/Subscription/History.pm [new file with mode: 0644]
Koha/Subscriptions.pm [new file with mode: 0644]