changelog: Liste gefixter Bugs für neues Release
[kivitendo-erp.git] / SL / GenericTranslations.pm
index 4f33ab4..263c827 100644 (file)
@@ -94,7 +94,7 @@ sub save {
   my ($self, %params) = @_;
   $main::lxdebug->enter_sub();
 
-  my $rc = SL::DB->client->with_transaction(\&_save, %params);
+  my $rc = SL::DB->client->with_transaction(\&_save, $self, %params);
 
   $::lxdebug->leave_sub;
   return $rc;