From: Holger Lindemann Date: Mon, 5 Apr 2010 14:33:42 +0000 (+0200) Subject: Merge branch 'master' of ssh://lx-office/~/lx-office-erp X-Git-Tag: release-2.6.2beta1~345 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/1dbceb7429ca36f65a54fd734c271ce37e5bc843?hp=f1ec725f46eb90baa3a30d2b7310cb01fff57efe Merge branch 'master' of ssh://lx-office/~/lx-office-erp --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 1532bf798..ad25e835b 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -300,8 +300,9 @@ sub form_header { check_oe_access(); - # Container for template variables. Unfortunately this has to be visible in form_footer too, so not my. - our %TMPL_VAR = (); + # Container for template variables. Unfortunately this has to be + # visible in form_footer too, so my at package level and not here. + %TMPL_VAR = (); $form->{defaultcurrency} = $form->get_default_currency(\%myconfig);