Move loading label print modal on task [SCI-7326]

This commit is contained in:
Andrej 2022-10-13 13:16:18 +02:00
parent 58acb94977
commit 5752401a29
2 changed files with 1 additions and 2 deletions

View file

@ -118,6 +118,7 @@
</div>
<%= render partial: "my_modules/repositories/full_view_modal" %>
<%= render partial: "my_modules/modals/update_repository_records_modal" %>
<%= render partial: 'label_printers/label_printer_modal' %>
</div>
<!-- Protocol -->
<div class="task-section">

View file

@ -55,5 +55,3 @@
%>
</div>
<% end %>
<%= render partial: 'label_printers/label_printer_modal' %>