From 53a632431fe32d732fc7af33df26d5798ab90cf7 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 10 Feb 2022 16:23:12 +0000 Subject: [PATCH] Bug 16258: (follow-up) Handle 'Create EDIFACT order' button Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index c4a43aebb6..07ec2e8cdf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -98,7 +98,7 @@ [% PROCESS csv_export %] - [% IF ediaccount %] + [% IF Koha.Preference('Edifact') && ediaccount %] [% END %] -- 2.39.5