From e7625d0eeae14055792503bb944093bcc3d41073 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 4 Jan 2011 11:14:24 +0100 Subject: [PATCH] =?utf8?q?B=C3=B6se=20tabs=20in=20vk.pl?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/vk.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ]; -- 2.20.1