Bug 21896: RM follow-up - fix tests
authorNick Clemens <nick@bywatersolutions.com>
Fri, 30 Nov 2018 21:27:44 +0000 (21:27 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Dec 2018 09:58:36 +0000 (09:58 +0000)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit b4580bff5ba7753f9db2513c3b87ecb9bba5258c)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Koha/Account/Line.pm
Koha/Schema/Result/Accountline.pm

index 238029f..3573e60 100644 (file)
@@ -241,12 +241,4 @@ sub _type {
     return 'Accountline';
 }
 
-=head3 object_class (internal)
-
-=cut
-
-sub object_class {
-    return 'Koha::Account::Line';
-}
-
 1;
index 2545995..ab6d841 100644 (file)
@@ -239,11 +239,4 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg
 
-sub koha_objects_class {
-    'Koha::Account::Lines';
-}
-sub koha_object_class {
-    'Koha::Account::Line';
-}
-
 1;