From 8b2aefcdef74d2fc9fb292c38fe64fa246913565 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 28 Apr 2010 10:24:09 +0200 Subject: [PATCH] Kosmetik --- bin/mozilla/rp.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index f618c5b69..663a20ebc 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1660,8 +1660,8 @@ sub aging { 'invnumber' => { 'text' => $locale->text('Invoice'), }, 'transdate' => { 'text' => $locale->text('Date'), }, 'duedate' => { 'text' => $locale->text('Due'), }, - 'amount' => { 'text' => $locale->text('Amount'), }, - 'open' => { 'text' => $locale->text('Open'), }, + 'amount' => { 'text' => $locale->text('Amount'), }, + 'open' => { 'text' => $locale->text('Open'), }, ); my %column_alignment = ('statement' => 'center', -- 2.20.1