From 43fecd3bd109ccc83c69b601b869ecc05b924c25 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 24 Jan 2021 15:51:03 +0000 Subject: [PATCH] Bug 27486: (QA follow-up) Fix occurence in aqplan.pl There was another mention of the old system preference name in the budget planning code. This patch replaces it with the new name. Signed-off-by: Katrin Fischer --- admin/aqplan.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/aqplan.pl b/admin/aqplan.pl index 95ddb36520..5c85b7d7e0 100755 --- a/admin/aqplan.pl +++ b/admin/aqplan.pl @@ -302,7 +302,7 @@ foreach my $n (@names) { # DEFAULT DISPLAY BEGINS my $CGIextChoice = ( 'CSV' ); # FIXME translation -my $CGIsepChoice = ( C4::Context->preference("delimiter") ); +my $CGIsepChoice = ( C4::Context->preference("CSVDelimiter") ); my ( @budget_lines, %cell_hash ); -- 2.11.0