Revision 40eb5e8b
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
sql/Pg-upgrade2/umstellung_eur.pl | ||
---|---|---|
30 | 30 |
# check current configuration and set default variables accordingly, so that |
31 | 31 |
# kivitendo behaviour isn't changed by this update |
32 | 32 |
|
33 |
if ($::lx_office_conf{system}->{eur} == 0 ) { |
|
33 |
if (!defined $::lx_office_conf{system}->{eur} || $::lx_office_conf{system}->{eur} == 0 ) {
|
|
34 | 34 |
$accounting_method = 'accrual'; |
35 | 35 |
$inventory_system = 'perpetual'; |
36 | 36 |
$profit_determination = 'balance'; |
Auch abrufbar als: Unified diff
DBUpgrade2: Warnings in Tests unterdrücken