]> git.koha-community.org Git - koha.git/commit
Bug 26023: Properly secure the cashup action for libraries
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Jul 2020 08:44:05 +0000 (09:44 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 4 Sep 2020 17:42:25 +0000 (17:42 +0000)
commite9591ae761c569b12c7641d9cc1733c4879108fe
tree2f4278b3dde84045f6a2df066e3b30450ce8871c
parenta5d4e0cd66dcd9ccfaad7f8c6a4033483ead4769
Bug 26023: Properly secure the cashup action for libraries

The libraries summary page for cash management is available for users
wit the 'anonymous_refund' permission to allow them to navigate to
alternate cash registers and search for the prior transaction to refund.

However, currently the cashup option appears, and is not blocked at the
server, for all user who may access the page. It should be blocked for
those users without the 'cashup' permission.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 4356e678f2254707c48a6f89658ed089a6b9e662)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt
pos/registers.pl