projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb7085
)
Spaltenüberschrift 'EAN' in Warenbericht anzeigen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 May 2011 13:26:02 +0000
(15:26 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 10 May 2011 13:26:02 +0000
(15:26 +0200)
Fix für Bug 1644.
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
4eb1e41
..
e561782
100644
(file)
--- 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'), },