]> git.koha-community.org Git - koha.git/commit
Bug 7018 : need all acq permissions to search
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 27 Feb 2013 10:16:24 +0000 (11:16 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Fri, 29 Mar 2013 06:41:51 +0000 (19:41 +1300)
commit568ff3c1eab5b36284eccbe32b8bc78aaea5e489
tree6aab8d02a41ea79cdbb510266d87f2bace436113
parent13fc140b83915791d53abab5a871423c54d24125
Bug 7018 : need all acq permissions to search

All acquisition module permissions are needed to allow order search (acqui/histsearch.pl).

With this patch any acquisition permission allows to order search.
Many other pages of this module have this behavior.

Test plan :
- Set for a user only one permission in acquisition module (not order_receive)
=> they also need catalogue permission to be able to log in
- Login with this user and try to perform an order search
=> you get access to page
- Set for a user no permission in acquisition module
- Login with this user and try to perform an order search
=> you do not get access to page

Signed-off-by: MJ Ray <mjr@phonecoop.coop>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as expected and passes tests.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
acqui/histsearch.pl