From b117be114baebabe8b9fdfc2393eb6128df116ee Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 26 Apr 2018 16:22:16 +0000 Subject: [PATCH] Bug 20666: Correct executable permissions TEST PLAN --------- On a kohadevbox: 1) sudo koha-plack --enable kohadev 2) restart_all 3) Enter fines for a patron in the staff client 4) Go to the 'Fines' tab (left pane) 5) Go to the 'Account' tab (below the row of buttons) 6) Click 'Details' -- no issues 7) sudo koha-plack --disable kohadev 8) restart_all 9) refresh page -- Error 500 10) apply patch 11) restart_all 12) refresh page -- no issues 13) sudo koha-plack --enable kohadev 14) restart_all 15) refresh page -- no issues Signed-off-by: Katrin Fischer Signed-off-by: Julian Maurice --- members/accountline-details.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 members/accountline-details.pl diff --git a/members/accountline-details.pl b/members/accountline-details.pl old mode 100644 new mode 100755 -- 2.14.2