X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8c1d5d7530f3a1c923ee470b7ff31616800a8574..94b95494e61dc6403e20c3a3898d37aa21e1e1c3:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index 3362c2e42..405a7f2fc 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -793,8 +793,6 @@ sub storno { map { IO->set_datepaid(table => 'ar', id => $_, dbh => $dbh) } ($id, $new_id); - $form->new_lastmtime('ar') if $storno_id == $form->{id}; - $dbh->commit; $main::lxdebug->leave_sub();