Bei Preisanfragen wurde in der Drop-Down-Box für "formname" der Wert "Angebot" anstel...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 10 Jan 2008 14:59:59 +0000 (14:59 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 10 Jan 2008 14:59:59 +0000 (14:59 +0000)
bin/mozilla/io.pl
locale/de/dn
locale/de/ic
locale/de/io
locale/de/ir
locale/de/is

index d17ea61..771e390 100644 (file)
@@ -1033,8 +1033,10 @@ sub print_options {
       opthash("pick_list",           $form->{PD}{pick_list},           $locale->text('Pick List')),
       opthash("packing_list",        $form->{PD}{packing_list},        $locale->text('Packing List')) 
     ) : undef,
-    ($form->{type} =~ /_quotation$/) ?
-      opthash("$`_quotation",        $form->{PD}{"$`_quotation"},      $locale->text('Quotation')) : undef,
+    ($form->{type} =~ /sales_quotation$/) ?
+      opthash('sales_quotation',     $form->{PD}{sales_quotation},     $locale->text('Quotation')) : undef,
+    ($form->{type} =~ /request_quotation$/) ?
+      opthash('request_quotation',   $form->{PD}{request_quotation},   $locale->text('Request for Quotation')) : undef,
     ($form->{type} eq 'invoice') ? (
       opthash("invoice",             $form->{PD}{invoice},             $locale->text('Invoice')),
       opthash("proforma",            $form->{PD}{proforma},            $locale->text('Proforma Invoice')),
index a29bea5..74afbaa 100644 (file)
@@ -177,6 +177,7 @@ $self->{texts} = {
   'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich',
   'Reports'                     => 'Berichte',
   'Reqdate'                     => 'Lieferdatum',
+  'Request for Quotation'       => 'Anfrage',
   'Required by'                 => 'Lieferdatum',
   'SAVED'                       => 'Gespeichert',
   'SAVED FOR DUNNING'           => 'Gespeichert',
index b84bb90..507a3ec 100644 (file)
@@ -209,6 +209,7 @@ $self->{texts} = {
   'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich',
   'Reports'                     => 'Berichte',
   'Reqdate'                     => 'Lieferdatum',
+  'Request for Quotation'       => 'Anfrage',
   'Required by'                 => 'Lieferdatum',
   'SAVED'                       => 'Gespeichert',
   'SAVED FOR DUNNING'           => 'Gespeichert',
index d2ac703..5e75bb4 100644 (file)
@@ -149,6 +149,7 @@ $self->{texts} = {
   'Receipt, payment, reconciliation' => 'Zahlungseingang, Zahlungsausgang, Kontenabgleich',
   'Reports'                     => 'Berichte',
   'Reqdate'                     => 'Lieferdatum',
+  'Request for Quotation'       => 'Anfrage',
   'Required by'                 => 'Lieferdatum',
   'SAVED'                       => 'Gespeichert',
   'SAVED FOR DUNNING'           => 'Gespeichert',
index 5c30c1a..c891565 100644 (file)
@@ -198,6 +198,7 @@ $self->{texts} = {
   'Remaining'                   => 'Rest',
   'Reports'                     => 'Berichte',
   'Reqdate'                     => 'Lieferdatum',
+  'Request for Quotation'       => 'Anfrage',
   'Required by'                 => 'Lieferdatum',
   'SAVED'                       => 'Gespeichert',
   'SAVED FOR DUNNING'           => 'Gespeichert',
index a503a53..cdef5a5 100644 (file)
@@ -221,6 +221,7 @@ $self->{texts} = {
   'Remaining'                   => 'Rest',
   'Reports'                     => 'Berichte',
   'Reqdate'                     => 'Lieferdatum',
+  'Request for Quotation'       => 'Anfrage',
   'Required by'                 => 'Lieferdatum',
   'SAVED'                       => 'Gespeichert',
   'SAVED FOR DUNNING'           => 'Gespeichert',