From 9e7d5452b82c3f06b8393d874fff58ef22234e72 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 Signed-off-by: Martin Renvoize --- 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.20.1