From 40d748c081c5059c49a2c98376cc3e17dc2f22a4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 11 Jan 2007 16:00:49 +0000 Subject: [PATCH] =?utf8?q?Einkauf=20->=20Berichte=20->=20Anfragen=20->=20W?= =?utf8?q?eiter:=20Spalten=C3=BCberschrift=20sollte=20hier=20"Anfrage"=20u?= =?utf8?q?nd=20nicht=20"Angebot"=20lauten.=20Fix=20f=C3=BCr=20Bug=20359.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 4 +++- locale/de/oe | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index f0a0b3ca5..d6783443f 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1618,7 +1618,9 @@ sub orders { . qq||; $column_header{quonumber} = qq|| - . $locale->text('Quotation') + . ($form->{"type"} eq "request_quotation" ? + $locale->text('RFQ') : + $locale->text('Quotation')) . qq||; $column_header{name} = qq|$name|; diff --git a/locale/de/oe b/locale/de/oe index 90ea1009c..81789a19b 100644 --- a/locale/de/oe +++ b/locale/de/oe @@ -176,6 +176,7 @@ $self->{texts} = { 'Quotation Number missing!' => 'Angebotsnummer fehlt!', 'Quotation deleted!' => 'Angebot wurde gelöscht.', 'Quotations' => 'Angebote', + 'RFQ' => 'Anfrage', 'RFQ Number' => 'Anfragenummer', 'Recd' => 'erhalten', 'Receive Merchandise' => 'Waren einlagern', -- 2.20.1