From: Holger Lindemann Date: Mon, 14 Mar 2011 13:55:07 +0000 (+0100) Subject: Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp X-Git-Tag: release-2.6.3~48^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/5f9465045129836e03c01a5c92301e42bc9ee8d8?hp=8b07d735a4335f6b44010944610989a9d3503eea Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp --- diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 8a8d5bbcf..3bf120668 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -231,11 +231,11 @@ sub handle_request { # cleanup $::locale = undef; $::form = undef; - $::auth = undef; $::myconfig = (); Form::disconnect_standard_dbh; $::auth->expire_session_keys->save_session; $::auth->dbdisconnect; + $::auth = undef; $::lxdebug->end_request; $::lxdebug->leave_sub; diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index e1076ef9c..9f57eabf9 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -332,7 +332,7 @@ sub form_header { my @values = map { $_ } @{ $form->{ALL_CURRENCIES} }; my %labels = map { $_ => $_ } @{ $form->{ALL_CURRENCIES} }; $form->{currency} = $form->{defaultcurrency} unless $form->{currency}; - $TMPL_VAR{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; + $form->{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; $TMPL_VAR{currencies} = NTI($::cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, '-values' => \@values, '-labels' => \%labels)) if scalar @values; push @custom_hiddens, "forex"; diff --git a/templates/webpages/is/_payments.html b/templates/webpages/is/_payments.html index 1c39b20e3..2809c3864 100644 --- a/templates/webpages/is/_payments.html +++ b/templates/webpages/is/_payments.html @@ -49,7 +49,7 @@ [% ELSE %] [% END %] - ; + [% END %]