X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/abd6359e164d3e7eaffd45a2549ee1e6c167f995..be40bd398c2911e87af5e9fd6025ea1faceb679c:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index b9aba5c03..63fcf1f06 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1285,39 +1285,6 @@ sub project_description { return $value; } -########################## -# Get data for the submitted order id -# from database -# -sub get_order_data_by_ordnumber { - $main::lxdebug->enter_sub(); - - my $self = shift; - my %params = @_; - - Common::check_params(\%params, qw(ordnumber)); - - my $form = $main::form; - my %myconfig = %main::myconfig; - my $dbh = $form->get_standard_dbh(); - - my @values = ($params{ordnumber}); - - # We query the database for the fields we need using the submitted "ordnumber" - my $query = <leave_sub(); - - return $result; -} - 1; __END__