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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 lines)
Lines 182-188 Link Here
182
        });
182
        });
183
        const has_entries = [% table_loop ? 1 : 0 | html %];
183
        const has_entries = [% table_loop ? 1 : 0 | html %];
184
    </script>
184
    </script>
185
186
    <script>
185
    <script>
187
        function DeleteConfirm() {
186
        function DeleteConfirm() {
188
            var msg = _("Are you sure you want to delete batch %s?").format(batch_id);
187
            var msg = _("Are you sure you want to delete batch %s?").format(batch_id);
189
- 

Return to bug 41574