X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc55beb40ba99c736562d815bbe60f36883904bc..c2796317373c0c0006ce9b99d1aad4bad21a3631:/SL/CT.pm diff --git a/SL/CT.pm b/SL/CT.pm index 2ec7aec69..97f57c72c 100644 --- a/SL/CT.pm +++ b/SL/CT.pm @@ -639,7 +639,7 @@ sub search { my $sortorder; if ( $join_records ) { # in UNION case order by hash key, e.g. salesman - # the UNION created an implicit select around the result + # the UNION created an implicit select around the result $sortorder = $allowed_sort_columns{$form->{sort}} ? $form->{sort} : "name"; } else { # in not UNION case order by hash value, e.g. e.name @@ -812,7 +812,7 @@ sub search { } $query .= qq| ORDER BY $sortorder|; - + $form->{CT} = selectall_hashref_query($form, $dbh, $query, @values); $main::lxdebug->leave_sub();