Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[kivitendo-erp.git] / sql / Pg-upgrade2 / umstellung_eur.pl
index c0c2b7a..ce461f8 100644 (file)
@@ -1,9 +1,9 @@
 # @tag: umstellung_eur
-# @description: Variable eur umstellen: bitte doc/umstellung_eur.txt lesen
+# @description: Variable eur umstellen: bitte in doc/dokumentation.pdf das entsprechende Kapitel zur Konfiguration von EUR lesen
 # @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;
@@ -62,7 +62,7 @@ sub do_update {
   # only set parameters if they haven't already been set (this in only the case
   # when upgrading)
 
-  my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" . 
+  my $update_eur = "UPDATE defaults set accounting_method = '$accounting_method' where accounting_method is null;" .
                    "UPDATE defaults set inventory_system = '$inventory_system' where inventory_system is null; " .
                    "UPDATE defaults set profit_determination = '$profit_determination' where profit_determination is null;";
   do_query($update_eur);