From 6d5047945774786597dea1ed46d2d05e0c55610f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 10 May 2011 15:26:02 +0200 Subject: [PATCH] =?utf8?q?Spalten=C3=BCberschrift=20'EAN'=20in=20Warenberi?= =?utf8?q?cht=20anzeigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1644. --- bin/mozilla/ic.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 4eb1e41e1..e56178206 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1031,6 +1031,7 @@ sub generate_report { 'deliverydate' => { 'text' => $locale->text('deliverydate'), }, 'description' => { 'text' => $locale->text('Part Description'), }, 'drawing' => { 'text' => $locale->text('Drawing'), }, + 'ean' => { 'text' => $locale->text('EAN'), }, 'image' => { 'text' => $locale->text('Image'), }, 'invnumber' => { 'text' => $locale->text('Invoice Number'), }, 'lastcost' => { 'text' => $locale->text('Last Cost'), }, -- 2.20.1