View | Details | Raw Unified | Return to bug 41580
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +1 lines)
Lines 264-270 Link Here
264
[% MACRO jsinclude BLOCK %]
264
[% MACRO jsinclude BLOCK %]
265
    [% INCLUDE 'datatables.inc' %]
265
    [% INCLUDE 'datatables.inc' %]
266
    <script>
266
    <script>
267
        const record_type = "[% recordtype | html %]";
267
        const recordtype = "[% recordtype | html %]";
268
    </script>
268
    </script>
269
    <script>
269
    <script>
270
        var MSG_CANNOT_BE_DELETED = _("This record cannot be deleted, at least one item is currently checked out.");
270
        var MSG_CANNOT_BE_DELETED = _("This record cannot be deleted, at least one item is currently checked out.");
271
- 

Return to bug 41580