Bug 26633: Remove jquery.checkboxes.min.js include
No longer exists and not used in this template Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
82de600f6d
commit
94cefde05d
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@
|
|||
[% MACRO jsinclude BLOCK %]
|
||||
[% Asset.js("js/admin-menu.js") | $raw %]
|
||||
[% INCLUDE 'datatables.inc' %]
|
||||
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
|
||||
<script>
|
||||
const branchTransferLimitsType = "[% BranchTransferLimitsType | html %]";
|
||||
const val_type = branchTransferLimitsType == "itemtype" ? "item_type" : "collection_code";
|
||||
|
|
Loading…
Reference in a new issue