From: Philip Reetz Date: Sun, 15 Jun 2008 16:22:54 +0000 (+0000) Subject: Ausgabe angepasst X-Git-Tag: release-2.6.0beta1~131 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b3bcbbe95b29ae60ac00589d944d97c288671da6;p=kivitendo-erp.git Ausgabe angepasst --- diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index 4cbddde6d..08856b9ca 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -601,7 +601,7 @@ sub list_transactions { $ca->{ustrate} = $form->format_amount(\%myconfig, $ca->{ustrate} * 100, 2) if ($ca->{ustrate} != 0); if ($ca->{memo} ne "") { - $ca->{description} .= "\n" . $ca->{memo}; + $ca->{description} .= " \n " . $ca->{memo}; }