Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin
Kyle M Hall 456348aba9 Bug 15532: Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
Some libraries would like to be able to limit hold filling to items that
match the pickup library for a hold based on the item's home or holding
library. The patron's home library should not affect whether a patron
can place the hold, instead the hold will only be fillable when an item
matching the pickup location becomes available.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Note the new "Hold pickup library match" rules for "checkout, hold,
   and return policy" and for "holds policy by item type"
4) Set the policy to "item's holding library"
5) Place a hold where the item's holding branch does not match
   the pickup branch
6) Check in the item
7) Note it is not trapped for the hold
8) Update the item's holding branch to match the pickup branch
8) Check in the item
9) Note the item is trapped for the hold
10) Repeat steps 4-9 but for home branch instead

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as described

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
2016-04-29 09:49:07 +00:00
..
preferences Bug 12721 - Syspref StatisticsFields: Warning on About page and text change in System preferences 2016-04-29 02:48:30 +00:00
admin-home.tt Bug 16206: Corrections to templates related new EDI feature 2016-04-20 16:49:46 +00:00
aqbudgetperiods.tt Bug 13464 - Standardize the pagination class 2016-03-23 23:05:00 +00:00
aqbudgets.tt Bug 16230 - Show tooltip with menu item when fund cannot be deleted 2016-04-22 22:56:32 +00:00
aqcontract.tt Bug 15884 - Vendor contract deletion warning is incorrectly styled 2016-03-02 01:11:06 +00:00
aqplan.tt Bug 15049: Simplify code in aqplan.tt 2015-12-30 23:34:34 +00:00
audio_alerts.tt Bug 16023 - Use Font Awesome icons on audio alerts page 2016-03-22 00:57:51 +00:00
auth_subfields_structure.tt Bug 15773: Fix and standardise checkboxes code in framework 2016-03-23 01:06:55 +00:00
auth_tag_structure.tt Bug 15785 - Use Font Awesome icons in confirmation dialogs 2016-02-23 20:46:05 +00:00
authorised_values.tt Bug 16032 - Use Font Awesome icon in "note" styled divs 2016-03-23 21:02:22 +00:00
authtypes.tt Bug 16012: Restore the ability to edit default authority type 2016-03-21 22:41:44 +00:00
biblio_framework.tt Bug 15846: Move MARC Framework JavaScript into separate file 2016-03-24 19:46:04 +00:00
branch_transfer_limits.tt Bug 16132: Removing branch select button 2016-03-24 17:02:37 +00:00
branches.tt Bug 16092: Fix error dialog and introduce the Font Awesome icons when delete a branch category 2016-03-31 19:36:13 +00:00
categories.tt Bug 15413: Adding colons where appropriate 2016-03-25 21:50:56 +00:00
checkmarc.tt
cities.tt Bug 15785 - Use Font Awesome icons in confirmation dialogs 2016-02-23 20:46:05 +00:00
classsources.tt Bug 13464 - Standardize the pagination class 2016-03-23 23:05:00 +00:00
clone-rules.tt Bug 15941 - The template for cloning circulation and fine rules says "issuing rules" 2016-03-07 18:01:10 +00:00
columns_settings.tt Bug 15361: Translatability: Fix issue on Administration Columns settings 2015-12-29 20:28:04 +00:00
currency.tt Bug 15962: Block the currency deletion if used 2016-03-21 22:56:11 +00:00
didyoumean.tt Bug 15362: Translatability: Fix issue on Administration 'Did you mean?' 2015-12-29 20:33:43 +00:00
edi_accounts.tt Bug 16206: Corrections to templates related new EDI feature 2016-04-20 16:49:46 +00:00
edi_ean_accounts.tt Bug 16256 - Can't edit library EAN if you leave EAN empty 2016-04-20 16:52:17 +00:00
fieldmapping.tt
item_circulation_alerts.tt Bug 14828: Use Koha::ItemType[s] everywhere C4::ItemType was used 2016-01-27 20:46:58 +00:00
items_search_field.tt Bug 15887: Revise layout and behavior of item search fields management 2016-03-02 22:36:17 +00:00
items_search_fields.tt Bug 15992: Renaming 'Operations' column heading to 'Actions' 2016-03-12 23:26:59 +00:00
itemtypes.tt Bug 16157: Move the selected flag from GetAuthorisedValues to the templates 2016-04-07 00:16:09 +00:00
koha2marclinks.tt Bug 16081: Making Koha to MARC mapping actions buttons 2016-03-23 01:02:56 +00:00
localization.tt Bug 16025 [Revised] Use Font Awesome icons on item types localization page 2016-03-22 23:59:29 +00:00
marc_subfields_structure.tt Bug 15773: Fix and standardise checkboxes code in framework 2016-03-23 01:06:55 +00:00
marctagstructure.tt Bug 15963: Use Font Awesome icons for confirmation after deleting MARC tag 2016-03-12 23:33:25 +00:00
matching-rules.tt Bug 15990: (follow-up) Making record matching rules actions buttons 2016-03-18 07:10:29 +00:00
oai_set_mappings.tt Bug 16045 - Use Font Awesome icons in OAI sets administration 2016-03-12 23:44:52 +00:00
oai_sets.tt Bug 16096: Change 'modify' to 'edit' for OAI sets config 2016-03-23 01:02:02 +00:00
patron-attr-types.tt Bug 12267: Remove borrower_attributes.password 2016-04-22 23:08:32 +00:00
preferences.tt Bug 15808 - Remove "Return to where you were before" from sysprefs 2016-02-24 01:33:47 +00:00
printers.tt Bug 14915: Use Font Awesome instead of Glyphicons for the staff intranet 2015-10-27 10:02:42 -03:00
smart-rules.tt Bug 15532: Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold 2016-04-29 09:49:07 +00:00
sms_providers.tt Bug 15936 - Revise layout and behavior of SMS cellular providers management 2016-03-08 21:56:44 +00:00
sru_modmapping.tt
systempreferences.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00
transport-cost-matrix.tt
z3950servers.tt Revert bug 13618 - "Prevent XSS in the Staff Client and the OPAC" due to performance issues 2016-02-11 19:39:53 +00:00