]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/GenericTranslations.pm
DO: get_shipped_qty entfernt
[kivitendo-erp.git] / SL / GenericTranslations.pm
index 4f33ab4121c0f58396948a89f4eeefef31f0c683..263c827afc0d9c3dc38becd06ed0b134a6eb3e23 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;