Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0b77bd2a

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 0b77bd2ae30167ffc293d0348a5da647a4b809f6
  • Vorgänger 734d4fb1

Volltext-Suche im Lieferscheinbericht

Unterschiede anzeigen:

bin/mozilla/do.pl
796 796
  push @hidden_variables, $form->{vc}, qw(l_closed l_notdelivered open closed delivered notdelivered donumber ordnumber serialnumber cusordnumber
797 797
                                          transaction_description transdatefrom transdateto reqdatefrom reqdateto
798 798
                                          type vc employee_id salesman_id project_id parts_partnumber parts_description
799
                                          insertdatefrom insertdateto business_id all department_id chargenumber);
799
                                          insertdatefrom insertdateto business_id all department_id chargenumber full_text);
800 800

  
801 801
  my $href = build_std_url('action=orders', grep { $form->{$_} } @hidden_variables);
802 802

  
......
866 866
  if ($form->{transaction_description}) {
867 867
    push @options, $locale->text('Transaction description') . " : $form->{transaction_description}";
868 868
  }
869
  if ($form->{fulltext}) {
870
    push @options, $locale->text('Full Text') . " : $form->{fulltext}";
871
  }
869 872
  if ($form->{parts_description}) {
870 873
    push @options, $locale->text('Part Description') . " : $form->{parts_description}";
871 874
  }

Auch abrufbar als: Unified diff