Bugzilla – Attachment 115997 Details for
Bug 27486
Rename system preference delimiter to CSVDelimiter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27486: (QA follow-up) Fix occurence in aqplan.pl
Bug-27486-QA-follow-up-Fix-occurence-in-aqplanpl.patch (text/plain), 928 bytes, created by
Katrin Fischer
on 2021-01-28 22:14:37 UTC
(
hide
)
Description:
Bug 27486: (QA follow-up) Fix occurence in aqplan.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-28 22:14:37 UTC
Size:
928 bytes
patch
obsolete
>From 43fecd3bd109ccc83c69b601b869ecc05b924c25 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <katrin.fischer.83@web.de> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27486
:
115485
|
115618
|
115742
|
115996
| 115997 |
116009
|
116140