Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a00e1b52

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID a00e1b52cd1207ae9db2d93fb7f7d85dbd7f1934
  • Vorgänger 8ab8cad9
  • Nachfolger 052dbdbe

Angebotssuche: Einige Strings waren noch nciht von Auftrag->Angebot übersetzt.

Fix für Bug 1294

Unterschiede anzeigen:

bin/mozilla/oe.pl
685 685

  
686 686
  $form->header();
687 687

  
688
  print $form->parse_html_template('oe/search', { %myconfig });
688
  print $form->parse_html_template('oe/search', {
689
    %myconfig,
690
    is_order => $form->{type} =~ /_order/,
691
  });
689 692

  
690 693
  $main::lxdebug->leave_sub();
691 694
}
......
786 789
  my %column_defs = (
787 790
    'ids'                     => { 'text' => '', },
788 791
    'transdate'               => { 'text' => $locale->text('Date'), },
789
    'reqdate'                 => { 'text' => $locale->text('Required by'), },
792
    'reqdate'                 => { 'text' => $form->{type} =~ /_order/ ? $locale->text('Required by') : $locale->text('Valid until') },
790 793
    'id'                      => { 'text' => $locale->text('ID'), },
791 794
    'ordnumber'               => { 'text' => $locale->text('Order'), },
792 795
    'quonumber'               => { 'text' => $form->{type} eq "request_quotation" ? $locale->text('RFQ') : $locale->text('Quotation'), },

Auch abrufbar als: Unified diff