https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40791
--- Comment #5 from Jonathan Druart <[email protected]> --- (In reply to Philip Orr from comment #2) > After applying the patch, "updatedatabase" warns: > > Use of uninitialized value $type in string ne at > /kohadevbox/koha/installer/data/mysql/atomicupdate/bug_40791.pl line 13. > > Don't know if that's important. > QA passes with no fails. Hum I don't see this warning. It means that "type" for UsePatronPreferencesForOverdueNotices in not defined. It is supposed to be "YesNo". It could happen if this db rev is run before the one from 30515, but it should not happen as they are run in order. Koha/Installer.pm 75 my $update_dir = $intranetdir . '/installer/data/mysql/atomicupdate/'; 76 opendir( my $dirh, $update_dir ); 77 my @stuff = sort readdir $dirh; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
