@@ -, +, @@ --- Koha/Account/Line.pm | 8 -------- Koha/Schema/Result/Accountline.pm | 7 ------- 2 files changed, 15 deletions(-) --- a/Koha/Account/Line.pm +++ a/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; --- a/Koha/Schema/Result/Accountline.pm +++ a/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; --