X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b2cb10d18d5d631846fc6011937243d0d709f1c7..d73a8843d998152d2384a6bb5fd966badcb1e505:/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__