]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade2/defaults_show_bestbefore.pl
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[mfinanz.git] / sql / Pg-upgrade2 / defaults_show_bestbefore.pl
index 36b1882bc46ef28cf2bc989fdd26446fac328c91..cb1966154cd85e4417f4390c000d9260c7f45e71 100644 (file)
@@ -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}) {