]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt
[mfinanz.git] / bin / mozilla / is.pl
index e9ea9f003906620a2c67a97947330ae3aa53916f..b35e176bab55c63a7e0efcfc3f9098147e1b62fe 100644 (file)
@@ -76,8 +76,6 @@ sub add {
 
   $form->{callback} = "$form->{script}?action=add&type=$form->{type}" unless $form->{callback};
 
-  $form->{jsscript} = "date";
-
   &invoice_links;
   &prepare_invoice;
   &display_form;
@@ -379,7 +377,6 @@ sub form_header {
   ), @custom_hiddens,
   map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
 
-  $form->{jsscript} = 1;
   $form->header();
 
   print $form->parse_html_template("is/form_header", \%TMPL_VAR);