https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284
Agustín Moyano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #91701|0 |1 is obsolete| | Attachment #91702|0 |1 is obsolete| | Attachment #91703|0 |1 is obsolete| | Attachment #91704|0 |1 is obsolete| | Attachment #91705|0 |1 is obsolete| | Attachment #91706|0 |1 is obsolete| | Attachment #91707|0 |1 is obsolete| | Attachment #91708|0 |1 is obsolete| | Attachment #91709|0 |1 is obsolete| | Attachment #91710|0 |1 is obsolete| | Attachment #91711|0 |1 is obsolete| | Attachment #91712|0 |1 is obsolete| | Attachment #91750|0 |1 is obsolete| | Attachment #91751|0 |1 is obsolete| | Attachment #91752|0 |1 is obsolete| | Attachment #91753|0 |1 is obsolete| | Attachment #91754|0 |1 is obsolete| | Attachment #91755|0 |1 is obsolete| | Attachment #91756|0 |1 is obsolete| | Attachment #91757|0 |1 is obsolete| | Attachment #91758|0 |1 is obsolete| | --- Comment #194 from Agustín Moyano <[email protected]> --- Created attachment 92554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92554&action=edit Bug 22284: New ft_local_hold_group column, and 'holgroup' enum option In order to add groups for holds, this patch provides a new column in library_groups to identify them. Also provides new enum option for hold_fulfillment_policy column of default_branch_circ_rules, default_circ_rules, default_branch_item_rules and branch_item_rules. To test: 1) check that there is no ft_local_hold_group column in library_groups and that there are no 'holdgroup' enum option in hold_fulfillment_policy in default_branch_circ_rules, default_circ_rules, default_branch_item_rules and branch_item_rules 2) apply this patch 3) perl installer/data/mysql/updatedatabase.pl && dbic SUCCESS => !(step 1) ;-D 4) Sign off Sponsored-by: VOKAL Signed-off-by: Tomas Cohen Arazi <[email protected]> Signed-off-by: Josef Moravec <[email protected]> -- 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/
