X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fdefaults_posting_config.pl;h=042976efedcbe3910e6edc152ab6909062393c4c;hb=55af6244bd721f294ff5eee7e9357a3217318e5e;hp=dd033d43c62c501bafbda1ec4480f95bf1af317f;hpb=9981de23726fdc95f753cc7e5cba15999c8ab507;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/defaults_posting_config.pl b/sql/Pg-upgrade2/defaults_posting_config.pl index dd033d43c..042976efe 100644 --- a/sql/Pg-upgrade2/defaults_posting_config.pl +++ b/sql/Pg-upgrade2/defaults_posting_config.pl @@ -30,7 +30,7 @@ sub do_update { do_query(qq|ALTER TABLE defaults ADD COLUMN payments_changeable integer NOT NULL DEFAULT 0|, 1); # 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 payments_changeable is not set in config set it to 0 my $payments_changeable = 0; if ($::lx_office_conf{features}->{payments_changeable} == 1 ) {