diff --git a/app/views/my_modules/protocols.html.erb b/app/views/my_modules/protocols.html.erb index 06b7f1681..e057ec67c 100644 --- a/app/views/my_modules/protocols.html.erb +++ b/app/views/my_modules/protocols.html.erb @@ -118,6 +118,7 @@ <%= render partial: "my_modules/repositories/full_view_modal" %> <%= render partial: "my_modules/modals/update_repository_records_modal" %> + <%= render partial: 'label_printers/label_printer_modal' %>
diff --git a/app/views/my_modules/repositories/_repositories_list.html.erb b/app/views/my_modules/repositories/_repositories_list.html.erb index 483e28d4d..621677a87 100644 --- a/app/views/my_modules/repositories/_repositories_list.html.erb +++ b/app/views/my_modules/repositories/_repositories_list.html.erb @@ -55,5 +55,3 @@ %>
<% end %> - -<%= render partial: 'label_printers/label_printer_modal' %>