Doppeltes Parsen von Zahlen vermeiden (passiert beim Speichern von Aufträgen, in...
[kivitendo-erp.git] / bin / mozilla / ca.pl
index 4cbddde..08856b9 100644 (file)
@@ -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};
     }