X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8c1d5d7530f3a1c923ee470b7ff31616800a8574..418a7036d511164bbfd0395084cd7158c4ab32d0:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 7db5649f6..bbddd6e8c 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -832,8 +832,6 @@ sub storno { map { IO->set_datepaid(table => 'ap', id => $_, dbh => $dbh) } ($id, $new_id); - $form->new_lastmtime('ap') if $storno_id == $form->{id}; - $dbh->commit; $main::lxdebug->leave_sub();