From 7df63f1575c1987f699ee99a19b95da00703e8d0 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 5 Mar 2010 10:58:23 +0100 Subject: [PATCH] =?utf8?q?Bug=201261:=20Im=20Stammdatenbericht=20EAN=20aus?= =?utf8?q?w=C3=A4hlbar=20machen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit CSV Export funktioniert auch --- bin/mozilla/ic.pl | 4 +++- templates/webpages/ic/search_de.html | 2 ++ templates/webpages/ic/search_master.html | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index b29daa63c..29a39ed65 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1094,6 +1094,7 @@ sub generate_report { drawing => $locale->text('Drawing') . ": '$form->{drawing}'", microfiche => $locale->text('Microfiche') . ": '$form->{microfiche}'", l_soldtotal => $locale->text('soldtotal'), + ean => $locale->text('EAN') . ": '$form->{ean}'", ); my @itemstatus_keys = qw(active obsolete orphaned onhand short); @@ -1155,7 +1156,7 @@ sub generate_report { partnumber description partsgroup bin onhand rop unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost priceupdate weight image drawing microfiche invnumber ordnumber quonumber - transdate name serialnumber soldtotal deliverydate + transdate name serialnumber soldtotal deliverydate ean ); my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; @@ -1191,6 +1192,7 @@ sub generate_report { 'transdate' => { 'text' => $locale->text('Transdate'), }, 'unit' => { 'text' => $locale->text('Unit'), }, 'weight' => { 'text' => $locale->text('Weight'), }, + 'ean' => { 'text' => $locale->text('EAN'), }, %column_defs_cvars, ); diff --git a/templates/webpages/ic/search_de.html b/templates/webpages/ic/search_de.html index 543993450..475163808 100644 --- a/templates/webpages/ic/search_de.html +++ b/templates/webpages/ic/search_de.html @@ -254,6 +254,8 @@ + + diff --git a/templates/webpages/ic/search_master.html b/templates/webpages/ic/search_master.html index 1aa7cca2c..52d3a7b13 100644 --- a/templates/webpages/ic/search_master.html +++ b/templates/webpages/ic/search_master.html @@ -254,6 +254,8 @@ + + -- 2.20.1