Bug 27486: Rename system preference delimiter to CSVDelimiter
authorMazen Khallaf <mazen.i.khallaf@gamil.com>
Thu, 21 Jan 2021 01:40:50 +0000 (01:40 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Jan 2021 08:03:45 +0000 (09:03 +0100)
commit71c1aa44a9c9d1a2437437a7e0a47a86c7990e72
treef74f58ba5d4f9971273a57edf16ec62d6e4fd23b
parent72346502d9c7c61267cdd2ef2b2cedd3df980a00
Bug 27486: Rename system preference delimiter to CSVDelimiter

Test Plan:

1. Go to Administration
2. Go to System Preferences
3. Find 'delimiter' (note the name)
4. Apply patch
5. Repeat step 1 and 2
6. Find 'CSVDelimiter' (note the name)

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
22 files changed:
C4/Reports.pm
installer/data/mysql/atomicupdate/bug_27486-replace-delimiter-with-CSVDelimiter.perl [new file with mode: 0644]
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc
koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basket.tt
koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/basketgroup.tt
koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt
koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/catalogue/itemsearch.tt
koha-tmpl/intranet-tmpl/prog/en/includes/delimiter_text.inc
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basketgroup.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
misc/cronjobs/fines.pl
misc/cronjobs/overdue_notices.pl
misc/export_borrowers.pl
reports/bor_issues_top.pl
reports/cash_register_stats.pl
reports/guided_reports.pl
reports/orders_by_fund.pl
t/db_dependent/Acquisition/GetBasketAsCSV.t
tools/viewlog.pl