https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41410
--- Comment #18 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 200243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200243&action=edit Bug 41410: DBIx::Class schema update Regenerated via `dbic --force` after adding the local_holdgroup_match column to hold_fill_targets and tmp_holdsqueue in the previous patch. Test plan: 1. Inspect Koha/Schema/Result/HoldFillTarget.pm and TmpHoldsqueue.pm and confirm the new local_holdgroup_match accessor is defined above the `DO NOT MODIFY` marker. 2. Confirm custom content below the marker (koha_object_class, +item_level_request is_boolean) is preserved. Sponsored-by: Main Library Alliance <https://www.mainlib.org/> -- 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/
