]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/LICENSES.pm
Attachmentnamen (z.B. bei Emails): Weitere Sonderzeichen ( / und \ ) ersetzen, damit...
[kivitendo-erp.git] / SL / LICENSES.pm
index 7d5f4ba36f5d7dc70409238aa4a3959e5c6c0ae2..8f9c0259206c70ff332b2df2e7af6e5dd1da92f1 100644 (file)
@@ -68,11 +68,6 @@ sub save_license {
   $sth->execute || $form->dberror($query);
   $sth->finish();
 
-  if ($form->{own_product}) {
-    $form->update_balance($dbh, "parts", "onhand", qq|id = ?|,
-                          1, $form->{parts_id});
-  }
-
   $dbh->disconnect();
 
   $main::lxdebug->leave_sub();