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

(-)a/admin/aqplan.pl (-2 / +1 lines)
Lines 302-308 foreach my $n (@names) { Link Here
302
#         DEFAULT DISPLAY BEGINS
302
#         DEFAULT DISPLAY BEGINS
303
303
304
my $CGIextChoice = ( 'CSV' ); # FIXME translation
304
my $CGIextChoice = ( 'CSV' ); # FIXME translation
305
my $CGIsepChoice = ( C4::Context->preference("delimiter") );
305
my $CGIsepChoice = ( C4::Context->preference("CSVDelimiter") );
306
306
307
my ( @budget_lines, %cell_hash );
307
my ( @budget_lines, %cell_hash );
308
308
309
- 

Return to bug 27486