|
Lines 121-127
Link Here
|
| 121 |
[% MACRO jsinclude BLOCK %] |
121 |
[% MACRO jsinclude BLOCK %] |
| 122 |
[% Asset.js("js/admin-menu.js") | $raw %] |
122 |
[% Asset.js("js/admin-menu.js") | $raw %] |
| 123 |
[% INCLUDE 'datatables.inc' %] |
123 |
[% INCLUDE 'datatables.inc' %] |
| 124 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
|
|
| 125 |
<script> |
124 |
<script> |
| 126 |
const branchTransferLimitsType = "[% BranchTransferLimitsType | html %]"; |
125 |
const branchTransferLimitsType = "[% BranchTransferLimitsType | html %]"; |
| 127 |
const val_type = branchTransferLimitsType == "itemtype" ? "item_type" : "collection_code"; |
126 |
const val_type = branchTransferLimitsType == "itemtype" ? "item_type" : "collection_code"; |
| 128 |
- |
|
|