From 8acef856333aa02d6427f8dcc7133071d5e41ea6 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 3 Nov 2020 08:31:39 -0500 Subject: [PATCH] Bug 26908: Restore ability to view and select EDI plugins for a vendor account Test Plan: 1) Install an EDI plugin 2) Browse to edi_accounts.pl, create or edit an account 3) Note the plugins pulldown is missing 4) Apply this patch 5) Restart all the things! 6) Reload the page 7) Note the pulldown is back! --- admin/edi_accounts.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/edi_accounts.pl b/admin/edi_accounts.pl index 288fec519c..202c340efe 100755 --- a/admin/edi_accounts.pl +++ b/admin/edi_accounts.pl @@ -116,6 +116,7 @@ else { } $template->param( + plugins_enabled => C4::Context->config("enable_plugins"), code_qualifiers => [ { code => '14', -- 2.24.1 (Apple Git-126)