X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8f35ef1f31e9ffefdc1d6a094d5470dfb37063e4..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/bin/mozilla/rc.pl
diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl
index df360adee..0f01ac98a 100644
--- a/bin/mozilla/rc.pl
+++ b/bin/mozilla/rc.pl
@@ -76,19 +76,19 @@ sub reconciliation {
|
@@ -203,7 +203,7 @@ sub display_form {
-
+
|;
map { print "\n$column_header{$_}" } @column_index;
@@ -227,13 +227,13 @@ sub display_form {
. $form->format_amount(\%myconfig, $balance, 2, 0) . "";
my $j = 0;
print qq|
-
+
|;
map { print "\n$column_data{$_}" } @column_index;
print qq|
-
+
|;
my $cleared;
@@ -292,13 +292,13 @@ sub display_form {
$j++;
$j %= 2;
print qq|
-
+
|;
map { print "\n$column_data{$_}" } @column_index;
print qq|
-
+
|;
}
@@ -314,7 +314,7 @@ sub display_form {
. $form->format_amount(\%myconfig, $totalcredits, 2, " ") . "";
print qq|
-
+
|;
map { print "\n$column_data{$_}" } @column_index;
@@ -335,15 +335,14 @@ sub display_form {
if ($fx) {
$fx = $form->format_amount(\%myconfig, $fx, 2, 0);
$exchdiff = qq|
- |
- . $locale->text('Exchangerate Difference') . qq| |
- |
- $fx |
+ | . $locale->text('Exchangerate Difference') . qq| |
+ |
+ $fx |
|;
}
print qq|
-
+
|
@@ -351,34 +350,34 @@ sub display_form {
-
-
-
- | . $locale->text('Cleared Balance') . qq| |
- |
- $clearedbalance |
-
-
- $exchdiff
-
-
- |
-
-
- |
-
+
+
+
+ | . $locale->text('Cleared Balance') . qq| |
+ |
+ $clearedbalance |
+
+
+ $exchdiff
+
+
+ |
+
+
+ |
+
|