Bug 7673: New patron permissions
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 30 Mar 2012 11:52:38 +0000 (13:52 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 11 Nov 2014 15:27:00 +0000 (12:27 -0300)
commitcd0b2e33b3d5e36a3f789856cc5a7a9eaa27f30d
treebaa3567c293ad78297dcc5a10ee7073aa4205ef5
parent4f4eb9852387a016d8a04f9c5b37f7ffc711da2e
Bug 7673: New patron permissions

    This patch adds the following permissions:

     - editcatalogue.limited_item_edition: Limit item modification to barcode, status and note
     - editcatalogue.delete_all_items: Delete all items at once
     - tools.items_limited_batchmod: Limit batch item modification to item status

    The SubfieldsToAllowForLimitedEdition syspref is used to define which subfields can be edited
    when the editcatalogue.limited_item_edition permission is enabled.

    In the same way, the SubfieldsToAllowForLimitedBatchmod is used to define which subfields
    can be edited when the tools.items_limited_batchmod permission is enabled.

Signed-off-by: Koha Team AMU <koha.aixmarseille@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
cataloguing/additem.pl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt
tools/batchMod.pl