]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 d17ea61ec10b132502d39e8ad83ce584c4073b90..771e390f9e38f27dd7df4ffa72bef20b8208c24f 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 a29bea5eeb4cb160b504641b2d6f1b87b81e801f..74afbaaa73cb84563cf484578bbfafef04a4a8ac 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 b84bb9033039d09d64d04aefe29499a6e340008b..507a3ec51808515735434414018f70d630bbd803 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 d2ac7037000f0225c51540d1c9fcd11290654859..5e75bb4024955ced17d7da1a9f3ba80f9ab6302e 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 5c30c1ae15c68454d3d5c212a1c26339a1ef9e40..c891565b9df97d3982f8310220ab961b9c0b0f00 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 a503a530fcf5880ffdd88570fb3a202c901a7f13..cdef5a507ad102aaff5b055c920065058edb8614 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',