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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-4 / +5 lines)
Lines 301-309 Link Here
301
            var to_branch = $(this).attr('data-tobranch');
301
            var to_branch = $(this).attr('data-tobranch');
302
            window.open("/cgi-bin/koha/circ/transfer-slip.pl?transferitem=" + itemnumber + "&branchcode=" + to_branch);
302
            window.open("/cgi-bin/koha/circ/transfer-slip.pl?transferitem=" + itemnumber + "&branchcode=" + to_branch);
303
        });
303
        });
304
        [% IF ( found ) %]
304
        $(document).ready( function() {
305
            $("#transfer_confirm").modal("show");
305
            [% IF ( found ) %]
306
        [% END %]
306
                $("#transfer_confirm").modal('show');
307
            [% END %]
308
        });
307
    </script>
309
    </script>
308
[% END %]
310
[% END %]
309
311
310
- 

Return to bug 39361