X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fumstellung_eur.pl;h=438d2ee7f7071210fb62ec3ed23d6efd5333f7ad;hb=32ddb71c1b2a113b297e729817dda69a1afa203c;hp=5a400c926fc8d531f0a34efd2d6fcaf80ebd1358;hpb=469f6be7d370ad104d6499df142e5c3499bf7031;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/umstellung_eur.pl b/sql/Pg-upgrade2/umstellung_eur.pl index 5a400c926..438d2ee7f 100644 --- a/sql/Pg-upgrade2/umstellung_eur.pl +++ b/sql/Pg-upgrade2/umstellung_eur.pl @@ -3,7 +3,7 @@ # @depends: release_2_6_3 # @charset: utf-8 -# this script relies on $eur still being set in lx_office.conf, and the +# this script relies on $eur still being set in kivitendo.conf, and the # variable available in $::lx_office_conf{system}->{eur} use utf8; @@ -43,7 +43,7 @@ sub do_update { my $profit_determination; # check current configuration and set default variables accordingly, so that - # Lx-Office behaviour isn't changed by this update + # kivitendo behaviour isn't changed by this update if ($::lx_office_conf{system}->{eur} == 0 ) { $accounting_method = 'accrual';