Bugzilla – Attachment 130836 Details for
Bug 16258
Add a preference to turn EDIFACT off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16258: (QA follow-up) Add a guard to the cron script
Bug-16258-QA-follow-up-Add-a-guard-to-the-cron-scr.patch (text/plain), 903 bytes, created by
Martin Renvoize (ashimema)
on 2022-02-18 13:15:03 UTC
(
hide
)
Description:
Bug 16258: (QA follow-up) Add a guard to the cron script
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-02-18 13:15:03 UTC
Size:
903 bytes
patch
obsolete
>From 81f8588684f462d85d92d1c053dba095cf4a6245 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Thu, 10 Feb 2022 14:18:23 -0500 >Subject: [PATCH] Bug 16258: (QA follow-up) Add a guard to the cron script > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/cronjobs/edi_cron.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/misc/cronjobs/edi_cron.pl b/misc/cronjobs/edi_cron.pl >index 90f9fed681..19d3a16561 100755 >--- a/misc/cronjobs/edi_cron.pl >+++ b/misc/cronjobs/edi_cron.pl >@@ -38,6 +38,8 @@ use Koha::Edifact::Transport; > use Koha::Plugins::Handler; > use Fcntl qw( LOCK_EX O_CREAT O_RDWR SEEK_SET ); > >+die "Syspref 'Edifact' is disabled" unless C4::Context->preference('Edifact'); >+ > my $logdir = C4::Context->config('logdir'); > > # logging set to trace as this may be what you >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16258
:
51185
|
51228
|
54539
|
54567
|
130451
|
130453
|
130454
|
130455
|
130470
|
130471
|
130472
|
130473
|
130474
|
130475
|
130833
|
130834
|
130835
|
130836
|
130837
|
130838
|
130839
|
130840
|
130841
|
130842
|
130952
|
130980
|
130981
|
130982
|
130983
|
130984
|
130985
|
130986
|
130987
|
130988
|
130989
|
130990
|
132391
|
132392
|
132393
|
132394
|
132395
|
132396
|
132397
|
132398
|
132399
|
132400
|
132401
|
132402