X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/9fdd2fb1bd3eea5233499866267362753b1cdcf3..d1f44c84d990f57982854c6a4716c0f233f45bca:/SL/GenericTranslations.pm diff --git a/SL/GenericTranslations.pm b/SL/GenericTranslations.pm index 4f33ab412..263c827af 100644 --- a/SL/GenericTranslations.pm +++ b/SL/GenericTranslations.pm @@ -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;