9 Jun
2026
9 Jun
'26
9:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42778 --- Comment #2 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- 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.