https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42778
--- Comment #2 from Pedro Amorim (ammopt) <[email protected]> --- I believe this is a real bug, but also believe that "Holds get captured" is an exception because it defaults to 1 if undef, whereas most config values remain falsy if undef, though I'm of course happy to be proven wrong. See: C4/SIP/ILS/Transaction/Checkin::do_checkin my $holds_get_captured = $account->{holds_get_captured} // 1; All the migration logic details can be seen in: koha/installer/data/mysql/db_revs/250600035.pl Emily's plan sounds ideal. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
