Revision 291f709e
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
741 | 741 |
sub config_vars { |
742 | 742 |
$main::lxdebug->enter_sub(); |
743 | 743 |
|
744 |
my @conf = qw(address admin businessnumber company countrycode |
|
745 |
currency dateformat dbconnect dbdriver dbhost dbport dboptions |
|
746 |
dbname dbuser dbpasswd email fax name numberformat password |
|
747 |
printer sid signature stylesheet tel templates vclimit angebote |
|
748 |
bestellungen rechnungen anfragen lieferantenbestellungen einkaufsrechnungen |
|
749 |
taxnumber co_ustid duns menustyle template_format default_media |
|
750 |
default_printer_id copies show_form_details favorites |
|
751 |
pdonumber sdonumber hide_cvar_search_options mandatory_departments |
|
752 |
sepa_creditor_id taxincluded_checked); |
|
744 |
my @conf = qw(copies countrycode dateformat default_media default_printer_id email favorites fax hide_cvar_search_options mandatory_departments menustyle name |
|
745 |
numberformat show_form_details signature stylesheet taxincluded_checked tel template_format vclimit); |
|
753 | 746 |
|
754 | 747 |
$main::lxdebug->leave_sub(); |
755 | 748 |
|
Auch abrufbar als: Unified diff
Nicht mehr benötigte Felder beim Speichern von Usern weglassen