X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLICENSES.pm;h=8f9c0259206c70ff332b2df2e7af6e5dd1da92f1;hb=679db39f627675838659464293d384b0f8a79a96;hp=ce1e799d602efc2e179282fa1f4d273bb7c2cf53;hpb=81e3d28e3f248c4ae79017bd5cddbf8e322d327a;p=kivitendo-erp.git 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();