Bug 18942: Internal Server Error symptomatic of using system user
commitd2d784a917d64ce982fdf8c20ac2a5653b6b037f
authorMark Tompsett <mtompset@hotmail.com>
Fri, 14 Jul 2017 14:15:20 +0000 (14 14:15 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 17 Jul 2017 18:52:01 +0000 (17 15:52 -0300)
treea3f43f19e1edfe2ff814296eb23e350d0ec4b19b
parent01f2440dcbc011dc9d2448b2a63d5cb65904f624
Bug 18942: Internal Server Error symptomatic of using system user

TEST PLAN
---------
1) sudo koha-shell -c bash kohadev
2) prove -v t/Budgets/CanUserUseBudget.t
   -- works
3) prove -v t/Budgets/CanUserModifyBudget.t
   -- works
4) exit
5) git bz apply 18942
   -- interactive just the test patch
6) repeat steps 1-4
   -- prove fails (similar message with 919 in comment #0)
7) git bz apply 18942
   -- interactive just the actual fix
8) repeat steps 1-4
   -- works
9) run koha qa test tools

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Budgets.pm