X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBuchungsgruppe.pm;h=eb467c541b5791ed5aca4c235fd52b0a16d09e2a;hb=17384c044b465c262772eb9737ea298069c4d826;hp=d3ddcccb14b55843dce420a907ddd7660dac755a;hpb=d3801bc92648bd7284b543162299fa31a0a0eb77;p=kivitendo-erp.git diff --git a/SL/DB/Buchungsgruppe.pm b/SL/DB/Buchungsgruppe.pm index d3ddcccb1..eb467c541 100644 --- a/SL/DB/Buchungsgruppe.pm +++ b/SL/DB/Buchungsgruppe.pm @@ -72,7 +72,7 @@ sub taxzonecharts { my ($self) = @_; return SL::DB::Manager::TaxzoneChart->get_all(where => [ buchungsgruppen_id => $self->id ]); } - + sub orphaned { my ($self) = @_; die 'not an accessor' if @_ > 1;