From 291f709e009d48ea15ed1886fbb367c4bbaf7aa6 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 4 Jun 2013 16:29:22 +0200 Subject: [PATCH] =?utf8?q?Nicht=20mehr=20ben=C3=B6tigte=20Felder=20beim=20?= =?utf8?q?Speichern=20von=20Usern=20weglassen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/User.pm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/SL/User.pm b/SL/User.pm index 871a453f7..f5afb553f 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -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(); -- 2.20.1