X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBuchungsgruppe.pm;h=5a486796d08ba8bd1dcb531e7345c5fa3542e41b;hb=debd14edcc23a6168e827be861a052f396aee901;hp=26f446b33ceef602a3c40f9959f5d60ad8795c2f;hpb=7cf894f137fa5e4a2679b8a6e1aa00566041f9e4;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) = @_;