trailing whitespaces entfernt
[kivitendo-erp.git] / SL / DB / Buchungsgruppe.pm
index d3ddccc..eb467c5 100644 (file)
@@ -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;