X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLICENSES.pm;h=8f9c0259206c70ff332b2df2e7af6e5dd1da92f1;hb=1c603341fc02e3a5a7b5126cd7df6478d2e34700;hp=ce1e799d602efc2e179282fa1f4d273bb7c2cf53;hpb=b38bf0551f996051e7c34946fb4efaee68663fbb;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();