From 56c47d5c8cf062faea755390fabae2f79b9d482d Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 1 Sep 2020 15:19:14 +1000 Subject: [PATCH] Bug 26331: Make svc/letters/preview executable Without this patch, you can't preview letters when running Koha in CGI mode. To test: 1. Run Koha as CGI (and not Plack) 2. Go to /cgi-bin/koha/tools/letter.pl?op=add_form&branchcode=&module=circulation&code=CHECKIN 3. Try to preview the notice (using a valid barcode) 4. Note in the browser console that svc/letters/preview is generating a 500 error Signed-off-by: Fridolin Somers --- svc/letters/preview | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 svc/letters/preview diff --git a/svc/letters/preview b/svc/letters/preview old mode 100644 new mode 100755 -- 2.27.0