Bug 31921: Include the modal code from acquisitions-toolbar.inc

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-07-11 16:37:19 +02:00 committed by Katrin Fischer
parent 81af57344d
commit 8619598d3b
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<!-- acquisitions-toolbar.inc -->
[% INCLUDE 'modals/delete_vendor.inc' %]
<div id="toolbar" class="btn-toolbar">
[% IF ( booksellerid ) %]
<div class="btn-group">

View file

@ -257,8 +257,6 @@
</div>
</div> <!-- /.row -->
[% INCLUDE 'modals/delete_vendor.inc' %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/acquisitions-menu.js") | $raw %]
[% INCLUDE 'datatables.inc' %]

View file

@ -524,7 +524,6 @@
</aside>
</div> <!-- /.col-sm-2.col-sm-pull-10 -->
</div> <!-- /.row -->
[% INCLUDE 'modals/delete_vendor.inc' %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/acquisitions-menu.js") | $raw %]