X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fic.pl;h=e56178206e6cf03c600b6ee54683a997df3730cb;hb=c6d1bb55635333f190afa2daed451761352873e1;hp=4eb1e41e108a32d790f6b8ba6d94624b2c81f2b0;hpb=7174b83edb310d3a2c7dd4ddc651619ed6f16877;p=kivitendo-erp.git 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'), },