Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4bc122b8

Von Werner Hahn vor 6 Tagen hinzugefügt

  • ID 4bc122b8ac1abe52aa37f0bebf56f7af799ba966
  • Vorgänger 800aaec1
  • Nachfolger 25bc91e2

Volltextsuche auch bei Verkaufsrechnungen und Deb. Buchungen

Unterschiede anzeigen:

bin/mozilla/ar.pl
1154 1154
    business_id parts_partnumber parts_description department_id
1155 1155
    show_marked_as_closed show_not_mailed shippingpoint shipvia taxzone_id
1156 1156
    payment_id shiptoname shiptodepartment_1 shiptodepartment_2 shiptostreet
1157
    shiptozipcode shiptocity shiptocountry
1157
    shiptozipcode shiptocity shiptocountry fulltext
1158 1158
  );
1159 1159
  push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables;
1160 1160

  
......
1331 1331
  if ($form->{shiptocountry}) {
1332 1332
    push @options, $locale->text('Country (Shipping)') . " : $form->{shiptocountry}";
1333 1333
  }
1334
  if ($form->{fulltext}) {
1335
    push @options, $locale->text('Full Text') . " : $form->{fulltext}";
1336
  }
1334 1337

  
1335 1338
  $form->{ALL_PRINTERS} = SL::DB::Manager::Printer->get_all_sorted;
1336 1339

  

Auch abrufbar als: Unified diff