Revision 43f9b1c5
Von G. Richardson vor mehr als 13 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
146 | 146 |
|
147 | 147 |
$form->{title} = $locale->text($title{ $form->{report} }); |
148 | 148 |
|
149 |
my $accrual = $::lx_office_conf{system}->{eur} ? "" : "checked";
|
|
150 |
my $cash = $::lx_office_conf{system}->{eur} ? "checked" : "";
|
|
149 |
my $accrual = $::instance_conf->get_accounting_method eq 'cash' ? "" : "checked";
|
|
150 |
my $cash = $::instance_conf->get_accounting_method eq 'cash' ? "checked" : "";
|
|
151 | 151 |
|
152 | 152 |
my $year = (localtime)[5] + 1900; |
153 | 153 |
|
Auch abrufbar als: Unified diff
Umstellung von eur zu 3 Variablen in defaults
accounting_method inventory_system profit_determination
Details siehe doc/umstellung_eur.txt