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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-2 / +1 lines)
Lines 160-166 Link Here
160
[% MACRO jsinclude BLOCK %]
160
[% MACRO jsinclude BLOCK %]
161
    [% IF transferred %]
161
    [% IF transferred %]
162
        <script>
162
        <script>
163
            opener.location.reload();
163
            opener.location.replace(opener.location.origin + opener.location.pathname + opener.location.search);
164
            window.close();
164
            window.close();
165
        </script>
165
        </script>
166
    [% END %]
166
    [% END %]
167
- 

Return to bug 40575