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:
32fa27c
)
Böse tabs in vk.pl
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:24 +0000
(11:14 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:24 +0000
(11:14 +0100)
bin/mozilla/vk.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/vk.pl
b/bin/mozilla/vk.pl
index
73a7a69
..
e54a5fc
100644
(file)
--- a/
bin/mozilla/vk.pl
+++ b/
bin/mozilla/vk.pl
@@
-252,9
+252,9
@@
sub invoice_transactions {
my $name;
my $headerrow;
if ( $form->{mainsort} eq 'parts_id' ) {
- $headerrow->{description}->{data} = "$ar->{description}";
+
$headerrow->{description}->{data} = "$ar->{description}";
} else {
- $headerrow->{description}->{data} = "$ar->{name}";
+
$headerrow->{description}->{data} = "$ar->{name}";
};
$headerrow->{description}->{class} = "listmainsortheader";
my $headerrow_set = [ $headerrow ];