]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Simple Übergaben von globals an templates in templates verschoben
[mfinanz.git] / bin / mozilla / oe.pl
index 92b79f3cf865bd2f314cdf5033f04ed15d4fae36..c9f371ef0991b949a4fc6c4fd6eee2a31f0f13b0 100644 (file)
@@ -592,8 +592,6 @@ sub update {
 
   set_headings($form->{"id"} ? "edit" : "add");
 
-  $form->{insertdate} = SL::DB::Order->new(id => $form->{id})->load->itime_as_date if $form->{id};
-
   $form->{update} = 1;
 
   &check_name($form->{vc});
@@ -788,7 +786,6 @@ sub search {
   $form->header();
 
   print $form->parse_html_template('oe/search', {
-    %myconfig,
     is_order => scalar($form->{type} =~ /_order/),
   });