X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/61cdba5d566357f3beabe0e7f3f0cb2d7bdccd73..bfe3243c4cdeacea07e53d6365bc384dfd0e6b4d:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index e11fda4ce..f5afb553f 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -137,7 +137,7 @@ sub login { if ($update_available) { $form->{"title"} = $main::locale->text("Dataset upgrade"); - $form->header(); + $form->header(no_layout => $form->{no_layout}); print $form->parse_html_template("dbupgrade/header"); $form->{dbupdate} = "db$myconfig{dbname}"; @@ -741,15 +741,8 @@ sub create_employee_entry { sub config_vars { $main::lxdebug->enter_sub(); - my @conf = qw(address admin businessnumber company countrycode - currency dateformat dbconnect dbdriver dbhost dbport dboptions - dbname dbuser dbpasswd email fax name numberformat password - printer sid signature stylesheet tel templates vclimit angebote - bestellungen rechnungen anfragen lieferantenbestellungen einkaufsrechnungen - taxnumber co_ustid duns menustyle template_format default_media - default_printer_id copies show_form_details favorites - pdonumber sdonumber hide_cvar_search_options mandatory_departments - sepa_creditor_id taxincluded_checked); + my @conf = qw(copies countrycode dateformat default_media default_printer_id email favorites fax hide_cvar_search_options mandatory_departments menustyle name + numberformat show_form_details signature stylesheet taxincluded_checked tel template_format vclimit); $main::lxdebug->leave_sub();