From: Sven Schöling Date: Tue, 4 Jan 2011 10:14:24 +0000 (+0100) Subject: Böse tabs in vk.pl X-Git-Tag: release-2.6.2beta1~4^2~4 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e7625d0eeae14055792503bb944093bcc3d41073;p=kivitendo-erp.git Böse tabs in vk.pl --- diff --git a/bin/mozilla/vk.pl b/bin/mozilla/vk.pl index 73a7a6921..e54a5fc7f 100644 --- 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 ];