]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/AR.pm
Auftrags-Controller: vorhandene orderitems vor Neu-Schreiben nicht löschen …
[kivitendo-erp.git] / SL / AR.pm
index 3362c2e42361c8dce4ac611fd0a379fd85f55946..405a7f2fca050b6525921f5c110af0f888a652f4 100644 (file)
--- 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();