]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/BackgroundJob.pm
Buchungsjournal: Filter "Bearbeiter" gefixt
[mfinanz.git] / SL / DB / BackgroundJob.pm
index 1a9c869221224cbeb13b0767d44773d3b5b8f3a7..c83868502a7022d955f330376c293dfb95fc05d9 100644 (file)
@@ -83,6 +83,8 @@ sub set_data {
   my $data = YAML::Load($self->data);
   $data->{$_} = $data{$_} for keys %data;
   $self->data(YAML::Dump($data));
+
+  $self;
 }
 
 sub validate {