Verbesserung Upgrade-Script
[kivitendo-erp.git] / sql / Pg-upgrade2 / umstellung_eur.pl
index 5a400c9..438d2ee 100644 (file)
@@ -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';