Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
300 | 300 |
taxzones => "ALL_TAXZONES"); |
301 | 301 |
$form->get_pricegroup(\%myconfig, { all => 1 }); |
302 | 302 |
|
303 |
$form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::vertreter;
|
|
303 |
$form->get_lists(customers => { key => "ALL_SALESMAN_CUSTOMERS", business_is_salesman => 1 }) if $::lx_office_conf{system}->{vertreter};
|
|
304 | 304 |
|
305 | 305 |
$form->{ALL_SALESMEN} = $form->{ALL_EMPLOYEES}; |
306 | 306 |
$form->{taxincluded} = ($form->{taxincluded}) ? "checked" : ""; |
... | ... | |
354 | 354 |
|
355 | 355 |
$::form->isblank("name", $::locale->text("Name missing!")); |
356 | 356 |
|
357 |
if ($::form->{new_salesman_id} && $::vertreter) {
|
|
357 |
if ($::form->{new_salesman_id} && $::lx_office_conf{system}->{vertreter}) {
|
|
358 | 358 |
$::form->{salesman_id} = $::form->{new_salesman_id}; |
359 | 359 |
delete $::form->{new_salesman_id}; |
360 | 360 |
} |
Auch abrufbar als: Unified diff
Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben
Betroffen sind:
$webdav
$vertreter
$lizenzen
$show_best_before
$parts_show_image
$parts_image_css
$parts_listing_images
$eur
$dbcharset
$language