]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Buchungsgruppen.pm
trailing whitespaces entfernt
[mfinanz.git] / SL / Controller / Buchungsgruppen.pm
index aac6f73ab76b4cd40d0c202e58fd6e8535279a86..0ad05c428d0505a243bdbdbdcc7c05e61df3731b 100644 (file)
@@ -89,7 +89,7 @@ sub action_delete {
   # constraint, if Buchungsgruppe is connected to a part
 
   my $db = $self->{config}->db;
-  $db->do_transaction(sub {    
+  $db->do_transaction(sub {
         my $taxzone_charts = SL::DB::Manager::TaxzoneChart->get_all(where => [ buchungsgruppen_id => $self->config->id ]);
         foreach my $taxzonechart ( @{$taxzone_charts} ) { $taxzonechart->delete };
         $self->config->delete();