From: Nick Clemens Date: Fri, 30 Nov 2018 21:27:44 +0000 (+0000) Subject: Bug 21896: RM follow-up - fix tests X-Git-Tag: v18.11.01~54 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=51a1a465c8b6264b7318ea90186ec29083c48d02 Bug 21896: RM follow-up - fix tests Signed-off-by: Nick Clemens (cherry picked from commit b4580bff5ba7753f9db2513c3b87ecb9bba5258c) Signed-off-by: Martin Renvoize --- diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 238029f..3573e60 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 2545995..ab6d841 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;