X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/72539cb39a3d19f930a8e0e41e46bf41afe9a8f1..ec93aab75346a6caeeeca81ddc7a070e73a6a7c8:/bin/mozilla/rc.pl
diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl
index 2a1742974..d9bf03aab 100644
--- a/bin/mozilla/rc.pl
+++ b/bin/mozilla/rc.pl
@@ -48,6 +48,7 @@ sub reconciliation {
$form->{title} = $locale->text('Reconciliation');
+ $form->{"jsscript"} = 1;
$form->header;
print qq|
@@ -70,9 +71,11 @@ sub reconciliation {
| . $locale->text('From') . qq| |
- |
- | . $locale->text('To') . qq| |
- |
+
+ |
+ | . $locale->text('Until') . qq| |
+
+ |
@@ -82,6 +85,10 @@ sub reconciliation {
+| . $form->write_trigger(\%myconfig, 2,
+ "fromdate", "BL", "trigger_fromdate",
+ "todate", "BL", "trigger_todate") . qq|
+
@@ -147,13 +154,13 @@ sub display_form {
$option .= "\n
" if ($option);
$option .=
$locale->text('From') . " "
- . $locale->date(\%myconfig, $form->{fromdate}, 1);
+ . $locale->date(\%myconfig, $form->{fromdate}, 0);
}
if ($form->{todate}) {
$option .= "\n
" if ($option);
$option .=
- $locale->text('To') . " "
- . $locale->date(\%myconfig, $form->{todate}, 1);
+ $locale->text('Until') . " "
+ . $locale->date(\%myconfig, $form->{todate}, 0);
}
$form->{title} = "$form->{accno}--$form->{account}";
@@ -369,14 +376,8 @@ sub display_form {
|;
-
- if ($form->{menubar}) {
- require "$form->{path}/menu.pl";
- &menubar;
- }
+ . $locale->text('Done') . qq|">
- print qq|