X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/55e9890ade8594530039a7fe1d4ab91a95017752..1465da30:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 3b0e15666..7c923b0dd 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -1954,38 +1954,6 @@ sub retrieve_item { $main::lxdebug->leave_sub(); } -########################## -# Get data for the submitted order id -# from database -# -sub get_order_data { - - $main::lxdebug->enter_sub(); - - my $self = shift; - my $form = $main::form; - my %myconfig = %main::myconfig; - my $dbh = $form->get_standard_dbh(); - - my @values = (conv_i($form->{ordnumber})); - - # We query the database for the fields we need using the submitted "ordnumber" - my $query = <disconnect; - - $main::lxdebug->leave_sub(); - - return $result; -} - ########################## # get pricegroups from database # build up selected pricegroup