Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 65573957

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID 65573957980291104639ebe3ab16ecf2c4bef433
  • Vorgänger 8d3529cd
  • Nachfolger 4923839e

Bei Preisanfragen wurde in der Drop-Down-Box für "formname" der Wert "Angebot" anstelle von "Anfrage" angezeigt.

Unterschiede anzeigen:

bin/mozilla/io.pl
1033 1033
      opthash("pick_list",           $form->{PD}{pick_list},           $locale->text('Pick List')),
1034 1034
      opthash("packing_list",        $form->{PD}{packing_list},        $locale->text('Packing List')) 
1035 1035
    ) : undef,
1036
    ($form->{type} =~ /_quotation$/) ?
1037
      opthash("$`_quotation",        $form->{PD}{"$`_quotation"},      $locale->text('Quotation')) : undef,
1036
    ($form->{type} =~ /sales_quotation$/) ?
1037
      opthash('sales_quotation',     $form->{PD}{sales_quotation},     $locale->text('Quotation')) : undef,
1038
    ($form->{type} =~ /request_quotation$/) ?
1039
      opthash('request_quotation',   $form->{PD}{request_quotation},   $locale->text('Request for Quotation')) : undef,
1038 1040
    ($form->{type} eq 'invoice') ? (
1039 1041
      opthash("invoice",             $form->{PD}{invoice},             $locale->text('Invoice')),
1040 1042
      opthash("proforma",            $form->{PD}{proforma},            $locale->text('Proforma Invoice')),

Auch abrufbar als: Unified diff