X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b38bf0551f996051e7c34946fb4efaee68663fbb..be7bfdb98147bf98249cbc595e5b54c974ad0a89:/SL/LICENSES.pm diff --git a/SL/LICENSES.pm b/SL/LICENSES.pm index ce1e799d6..8f9c02592 100644 --- a/SL/LICENSES.pm +++ b/SL/LICENSES.pm @@ -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();