X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ef17e41a8364c6c97566a054768f573659dbec79..89015f89fe79f8924fbd1ed5f91ca01feac3e08c:/SL/LICENSES.pm diff --git a/SL/LICENSES.pm b/SL/LICENSES.pm index 7d5f4ba36..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 = ?|, - 1, $form->{parts_id}); - } - $dbh->disconnect(); $main::lxdebug->leave_sub();