From b4580bff5ba7753f9db2513c3b87ecb9bba5258c Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 30 Nov 2018 21:27:44 +0000 Subject: [PATCH] Bug 21896: RM follow-up - fix tests Signed-off-by: Nick Clemens --- Koha/Account/Line.pm | 8 -------- Koha/Schema/Result/Accountline.pm | 7 ------- 2 files changed, 15 deletions(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 238029fe8f..3573e604e6 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -241,12 +241,4 @@ sub _type { return 'Accountline'; } -=head3 object_class (internal) - -=cut - -sub object_class { - return 'Koha::Account::Line'; -} - 1; diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index 2545995e99..ab6d8413d6 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -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; -- 2.11.0