http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9850 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy@rijksmuseum.nl --- Comment #67 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Comment on the help version calculation: +my $help_version = C4::Context->preference("Version"); +if ( $help_version =~ m|^(\d+)\.(\d{2}).*$| ) { + my $version = $1; + my $major = $2; + if ( $major % 2 ) { $major-- }; + $help_version = "$version.$major"; +} +$template->param( helpVersion => $help_version ); I am testing this now. We are still in 3.11, but I should have seen 3.12, but I just see 3.10. Please find some extra test to make the decision to go to 3.12. Perhaps something with the last digits? Now we are e.g. at 200. If we are testing alpha or beta versions, the help version should go up somehow.. -- You are receiving this mail because: You are watching all bug changes.