X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FBuchungsgruppe.pm;fp=SL%2FDB%2FBuchungsgruppe.pm;h=5a486796d08ba8bd1dcb531e7345c5fa3542e41b;hb=7b1297539f47068abe670d154e7a7761e564796c;hp=26f446b33ceef602a3c40f9959f5d60ad8795c2f;hpb=4fe157038004c5020f80e3cfce81d8193061e86e;p=kivitendo-erp.git diff --git a/SL/DB/Buchungsgruppe.pm b/SL/DB/Buchungsgruppe.pm index 26f446b33..5a486796d 100644 --- a/SL/DB/Buchungsgruppe.pm +++ b/SL/DB/Buchungsgruppe.pm @@ -1,14 +1,9 @@ -# This file has been auto-generated only because it didn't exist. -# Feel free to modify it at will; it will not be overwritten automatically. - package SL::DB::Buchungsgruppe; use strict; use SL::DB::MetaSetup::Buchungsgruppe; - -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; +use SL::DB::Manager::Buchungsgruppe; sub income_accno_id { my ($self, $taxzone) = @_;