Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
1111 | 1111 |
$form->{title} = $locale->text('Type of Business'); |
1112 | 1112 |
|
1113 | 1113 |
my @column_index = qw(description discount customernumberinit); |
1114 |
push @column_index, 'salesman' if $::vertreter;
|
|
1114 |
push @column_index, 'salesman' if $::lx_office_conf{system}->{vertreter};
|
|
1115 | 1115 |
my %column_header; |
1116 | 1116 |
$column_header{description} = |
1117 | 1117 |
qq|<th class=listheading width=60%>| |
... | ... | |
1224 | 1224 |
$form->format_amount(\%myconfig, $form->{discount} * 100); |
1225 | 1225 |
|
1226 | 1226 |
my $salesman_code; |
1227 |
if ($::vertreter) {
|
|
1227 |
if ($::lx_office_conf{system}->{vertreter}) {
|
|
1228 | 1228 |
$salesman_code = qq| |
1229 | 1229 |
<tr> |
1230 | 1230 |
<th align="right">| . $locale->text('Representative') . qq|</th> |
... | ... | |
1873 | 1873 |
} |
1874 | 1874 |
|
1875 | 1875 |
my $linkaccounts; |
1876 |
if (!$main::eur) {
|
|
1876 |
if (!$::lx_office_conf{system}->{eur}) {
|
|
1877 | 1877 |
$linkaccounts = qq| |
1878 | 1878 |
<tr> |
1879 | 1879 |
<th align=right>| . $locale->text('Inventory') . qq|</th> |
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