]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Artikelsuche: überflüssige Fallunterscheidungen nach Artikeltyp entfernen
[mfinanz.git] / bin / mozilla / ic.pl
index d67409398356fd5803b0fa0a01321848b01750ef..3205382296ccc0a5c4672c9cc6c541a86196e52c 100644 (file)
@@ -84,9 +84,6 @@ sub search {
   $form->{lastsort}     = ""; # memory for which table was sort at last time
   $form->{ndxs_counter} = 0;  # counter for added entries to top100
 
-  # for seach all possibibilities, is_service only used as UNLESS so == 0
-  my %is_xyz     = ("is_part" => 1, "is_service" => 0, "is_assembly" =>1 );
-
   $form->{title} = (ucfirst $form->{searchitems}) . "s";
   $form->{title} =~ s/ys$/ies/;
   $form->{title} = $locale->text($form->{title});
@@ -100,7 +97,7 @@ sub search {
   $form->header;
 
   $form->get_lists('partsgroup'    => 'ALL_PARTSGROUPS');
-  print $form->parse_html_template('ic/search', { %is_xyz, });
+  print $form->parse_html_template('ic/search');
 
   $lxdebug->leave_sub();
 }    #end search()