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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (-3 / +5 lines)
Lines 48-55 Link Here
48
            url += '&serialid=' + selected[i].value;
48
            url += '&serialid=' + selected[i].value;
49
        }
49
        }
50
        url += '&csv_profile=' + $("#csv_profile_for_export option:selected").val();
50
        url += '&csv_profile=' + $("#csv_profile_for_export option:selected").val();
51
        // And redirecting to the CSV page
51
52
        location.href = url;
52
        // Open download link in new window, then reload this page
53
        window.open(url);
54
        location.reload();
55
53
        return false;
56
        return false;
54
        });
57
        });
55
58
56
- 

Return to bug 16808