]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/IO.pm
Merge branch 'test' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / IO.pm
index 7e638b5ee0eed5b6e22760359de46148d4410a1c..c0d6987f36ed0508261e170c4d908d631ed5952d 100644 (file)
--- a/SL/IO.pm
+++ b/SL/IO.pm
@@ -70,6 +70,8 @@ SQL
       # Erstelldatum, wenn keine Modifikation erfolgt ist (bei Stornos z.B.).
       do_query($form, $dbh, qq|UPDATE $table SET datepaid = COALESCE(mtime::date, itime::date) WHERE id = ?|, $id);
     }
+
+    1;
   }) or do { die SL::DB->client->error };
 
   $main::lxdebug->leave_sub();