Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
84 | 84 |
|
85 | 85 |
$form->{title} = $locale->text('Chart of Accounts'); |
86 | 86 |
|
87 |
if ($main::eur) {
|
|
87 |
if ($::lx_office_conf{system}->{eur}) {
|
|
88 | 88 |
$form->{method} = "cash"; |
89 | 89 |
} |
90 | 90 |
|
... | ... | |
177 | 177 |
<td colspan=3><select name=department>$form->{selectdepartment}</select></td> |
178 | 178 |
</tr> |
179 | 179 |
| if $form->{selectdepartment}; |
180 |
my $accrual = ($main::eur) ? "" : "checked";
|
|
181 |
my $cash = ($main::eur) ? "checked" : "";
|
|
180 |
my $accrual = $::lx_office_conf{system}->{eur} ? "" : "checked";
|
|
181 |
my $cash = $::lx_office_conf{system}->{eur} ? "checked" : "";
|
|
182 | 182 |
|
183 | 183 |
my $name_1 = "fromdate"; |
184 | 184 |
my $id_1 = "fromdate"; |
... | ... | |
246 | 246 |
|
247 | 247 |
$form->{description} =~ s/\"/"/g; |
248 | 248 |
|
249 |
my $eur = $::lx_office_conf{system}->{eur}; |
|
250 |
|
|
249 | 251 |
print qq| |
250 | 252 |
<body onLoad="$onload"> |
251 | 253 |
|
... | ... | |
254 | 256 |
<input type=hidden name=accno value=$form->{accno}> |
255 | 257 |
<input type=hidden name=description value="$form->{description}"> |
256 | 258 |
<input type=hidden name=sort value=transdate> |
257 |
<input type=hidden name=eur value=$main::eur>
|
|
259 |
<input type=hidden name=eur value=$eur> |
|
258 | 260 |
<input type=hidden name=accounttype value=$form->{accounttype}> |
259 | 261 |
|
260 | 262 |
<table border=0 width=100%> |
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