[Koha-bugs] [Bug 22284] Groups of pickup locations for holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 12 19:58:01 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22284

Agustín Moyano <agustinmoyano at theke.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92554|0                           |1
        is obsolete|                            |
  Attachment #92555|0                           |1
        is obsolete|                            |
  Attachment #92556|0                           |1
        is obsolete|                            |
  Attachment #92557|0                           |1
        is obsolete|                            |
  Attachment #92558|0                           |1
        is obsolete|                            |
  Attachment #92559|0                           |1
        is obsolete|                            |
  Attachment #92560|0                           |1
        is obsolete|                            |
  Attachment #92561|0                           |1
        is obsolete|                            |
  Attachment #92562|0                           |1
        is obsolete|                            |
  Attachment #92563|0                           |1
        is obsolete|                            |
  Attachment #92564|0                           |1
        is obsolete|                            |
  Attachment #92565|0                           |1
        is obsolete|                            |
  Attachment #92566|0                           |1
        is obsolete|                            |
  Attachment #92567|0                           |1
        is obsolete|                            |
  Attachment #92568|0                           |1
        is obsolete|                            |
  Attachment #92569|0                           |1
        is obsolete|                            |
  Attachment #92570|0                           |1
        is obsolete|                            |
  Attachment #92571|0                           |1
        is obsolete|                            |
  Attachment #92572|0                           |1
        is obsolete|                            |
  Attachment #92573|0                           |1
        is obsolete|                            |
  Attachment #92574|0                           |1
        is obsolete|                            |

--- Comment #217 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 92752
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92752&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 <tomascohen at theke.io>

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list