From 442fd5e9711f503fb3a461b1177b87ab8c52123e Mon Sep 17 00:00:00 2001 From: ajugo Date: Mon, 6 Feb 2023 11:34:59 +0100 Subject: [PATCH] Fix protocol printing dialog [SCI-7889] (#4933) --- app/views/layouts/protocols/print.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/protocols/print.html.erb b/app/views/layouts/protocols/print.html.erb index c88eb5c1a..36cd118a8 100644 --- a/app/views/layouts/protocols/print.html.erb +++ b/app/views/layouts/protocols/print.html.erb @@ -3,6 +3,7 @@ <%= t("protocols.print.title") %> + <%= javascript_include_tag 'jquery_bundle' %> <%= javascript_include_tag 'application' %> <%= javascript_include_tag "handsontable.full" %> <%= render 'shared/formulas_libraries' %>