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

(-)a/Koha/ERM/EUsage/SushiCounter.pm (-2 / +1 lines)
Lines 86-92 sub _build_COUNTER_report_file { Link Here
86
    my @report = ( @{$header}, @{$column_headings}, @{$body} );
86
    my @report = ( @{$header}, @{$column_headings}, @{$body} );
87
87
88
    #TODO: change this to tab instead of comma
88
    #TODO: change this to tab instead of comma
89
    csv( in => \@report, out => \my $counter_file, encoding => "utf-8" );
89
    csv( in => \@report, out => \my $counter_file, encoding => "utf-8", formula => 'empty' );
90
90
91
    return $counter_file;
91
    return $counter_file;
92
92
93
- 

Return to bug 33339