Merge pull request #4527 from rekonder/aj_SCI_7326

Move loading label print modal for task [SCI-7326]
This commit is contained in:
Alex Kriuchykhin 2022-10-17 10:21:51 +02:00 committed by GitHub
commit 6abfc8d293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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' %>