X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7715064f04ff1af8e2baec72ec7b8c68f7805a6b..0b8580e2a6e53102b619eb36a059a6d5be9e28c9:/bin/mozilla/gl.pl
diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl
index b14fb6f3a..a086f5784 100644
--- a/bin/mozilla/gl.pl
+++ b/bin/mozilla/gl.pl
@@ -1491,8 +1491,7 @@ sub form_footer {
$radieren = ($form->current_date(\%myconfig) eq $form->{gldate}) ? 1 : 0;
map {
- $form->{$_} =
- $form->format_amount(\%myconfig, $form->{$_}, 2, " ")
+ $form->{$_} = $form->format_amount(\%myconfig, $form->{$_}, 2, " ")
} qw(totaldebit totalcredit);
print qq|
@@ -1521,30 +1520,21 @@ sub form_footer {
if ($form->{id}) {
if (!$form->{storno}) {
- print qq||;
+ print qq||;
}
# Löschen und Ändern von Buchungen nicht mehr möglich (GoB) nur am selben Tag möglich
-
if (!$form->{locked} && $radieren) {
print qq|
-
- |;
+
+ |;
}
- # if ($transdate > $closedto) {
- # print qq|
- # |;
- # }
} else {
if ($transdate > $closedto) {
- print qq|
- |;
+ print qq|
+
+ |;
}
}