Änderungen für den SEPA-Export
[kivitendo-erp.git] / SL / LICENSES.pm
index ce1e799..8f9c025 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 = $form->{parts_id}|,
-                          1);
-  }
-
   $dbh->disconnect();
 
   $main::lxdebug->leave_sub();