[Koha-bugs] [Bug 12052] Display a patron message on the summary page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 12 15:47:00 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12052

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |bgkriegel at gmail.com

--- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Works, but

1. Think you need to add the new syspref on
installer/data/mysql/updatedatabase.pl
2. The check 
  if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
must be written
  if ( CheckVersion($DBversion) ) {
because it does not run as is on master

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list