X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5a23fdf6ec3cce197baaccad11b60bfe36005428..7647d46:/sql/Pg-upgrade2/defaults_show_bestbefore.pl diff --git a/sql/Pg-upgrade2/defaults_show_bestbefore.pl b/sql/Pg-upgrade2/defaults_show_bestbefore.pl index 36b1882bc..cb1966154 100644 --- a/sql/Pg-upgrade2/defaults_show_bestbefore.pl +++ b/sql/Pg-upgrade2/defaults_show_bestbefore.pl @@ -30,7 +30,7 @@ sub do_update { do_query(qq|ALTER TABLE defaults ADD COLUMN show_bestbefore boolean DEFAULT false|, 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 show_best_before is not set in config set it to 0 my $show_bestbefore = 0; if ($::lx_office_conf{features}->{show_best_before}) {