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

(-)a/acqui/lateorders-export.pl (-1 / +1 lines)
Lines 87-92 unless ( $csv_profile_id ) { Link Here
87
    print $input->header(
87
    print $input->header(
88
        -type       => 'text/csv',
88
        -type       => 'text/csv',
89
        -attachment => 'lateorders.csv',
89
        -attachment => 'lateorders.csv',
90
        -charset    => 'UTF-8',
90
    );
91
    );
91
    print $csv;
92
    print $csv;
92
    exit;
93
    exit;
93
- 

Return to bug 24163