]> git.koha-community.org Git - koha.git/commit
Bug 18613: Remove letter rule correctly as superlibrarian
authorBaptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Fri, 19 May 2017 09:23:17 +0000 (09:23 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Wed, 19 Jul 2017 21:29:12 +0000 (23:29 +0200)
commit2a8d6a886575e32bafa5f1bf06e619a48fae58a9
tree992e1625d7b3cd535d15d460599766435d080160
parentf67608a636cb3b20a8824fc85b86532692e808d2
Bug 18613: Remove letter rule correctly as superlibrarian

TEST PLAN

(reproducing bug)
1 - Set 'IndependantBranches' to enable
2 - Log in as Superlibrarian.
3 - Create 3 rules
    - 1 for all librairies (1)
    - 1 for the library of the superlibrarian (2)
    - 1 for another library (3)
4 - Try to delete them and see them and see that (3) isn't the good one

(checking patch)
5 - Apply patch
6 - Try again 3-
7 - Connect as not superlibrarian
8 - Try again 3-

Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 648e2a2b808efac22a8b88545d53b05112a1f6f0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 513205b5770e8ebf8d489c9ea7d671e136fc4a25)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Letters.pm