]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/AP.pm
trim-Funktion zum Entfernen führender und anhängender Whitespaces
[kivitendo-erp.git] / SL / AP.pm
index 7db5649f6856c90af12e1f4e3c154f0f01a83114..bbddd6e8cbfbca35fb6d63d8c55640197c7af2bc 100644 (file)
--- 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();