Label für Anfragedatumsfeld bei Preisanfragen richtig ausgeben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Oct 2010 14:16:25 +0000 (16:16 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Oct 2010 14:17:06 +0000 (16:17 +0200)
locale/de/all
templates/webpages/oe/form_header.html

index 25d7887..01d6e80 100644 (file)
@@ -1303,6 +1303,7 @@ $self->{texts} = {
   'Quote chararacter'           => 'Anf&uuml;hrungszeichen',
   'Quoted'                      => 'Angeboten',
   'RFQ'                         => 'Anfrage',
+  'RFQ Date'                    => 'Anfragedatum',
   'RFQ Number'                  => 'Anfragenummer',
   'RFQs'                        => 'Preisanfragen',
   'ROP'                         => 'Mindestlagerbestand',
index ba6c9cc..0bd6002 100644 (file)
                     <th align="right" nowrap>
                      [%- IF is_order %]
                       [% 'Order Date' | $T8 %]
+                     [%- ELSIF is_req_quo %]
+                      [% 'RFQ Date' | $T8 %]
                      [%- ELSE %]
                       [% 'Quotation Date' | $T8 %]
                      [%- END %]