From 289ca60c018a447e2ae72f1b2ef415cd4c112c52 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 --- 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.16.4