X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fumstellung_eur.pl;h=5a400c926fc8d531f0a34efd2d6fcaf80ebd1358;hb=469f6be7d370ad104d6499df142e5c3499bf7031;hp=c0c2b7a7a87f5b219e11215ef1634aee5d0720ea;hpb=3ed938a746e49eda9d3e50b5aa80133b3daac42e;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/umstellung_eur.pl b/sql/Pg-upgrade2/umstellung_eur.pl index c0c2b7a7a..5a400c926 100644 --- a/sql/Pg-upgrade2/umstellung_eur.pl +++ b/sql/Pg-upgrade2/umstellung_eur.pl @@ -1,5 +1,5 @@ # @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 @@ -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);