Koha/reports
Jonathan Druart 983965ee47
Bug 27045: Fix items lost report export if delimiter is tab
When choosing tabulation as the delimiter for a CSV profile
for the lost item report, the tabs appear in the file as \t
instead of as proper tabs.

title\tauthor\tstocknumber\tcallnumber
"E Street shuffle :"\"Heylin, Clinton."\\

To test:
* Upate the existing sample lost item CSV profile to use tabs as
  separator
* Make sure you have some lost items in your database or create some
* Go to Reports > Lost items
* Run the report
* Check all or some of the checkboxes in the result list
* Export using the link on top and the CSV profile
* Verify the tabs are not exported correctly
* Apply patch
* Verify tabs now are proper tabs instead of \t

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-20 11:50:40 -03:00
..
acquisitions_stats.pl Bug 29859: Use iterator instead of as_list 2022-02-09 15:36:23 -10:00
bor_issues_top.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
borrowers_out.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
borrowers_stats.pl Bug 29859: Use iterator instead of as_list 2022-02-09 15:36:23 -10:00
cash_register_stats.pl Bug 30551: Make cash register report take branchcode from cash register 2022-05-06 10:33:10 -10:00
cat_issues_top.pl Bug 28977: Fix cat_issues_top.pl report with strict SQL modes 2022-02-09 22:01:36 -10:00
catalogue_out.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
catalogue_stats.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
dictionary.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
guided_reports.pl Bug 30532: (bug 29957 follow-up) Fix '$cookie->value' 2022-04-21 13:41:36 -10:00
issues_avg_stats.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
issues_stats.pl Bug 29844: Fix ->search occurrences 2022-02-09 15:36:23 -10:00
itemslost.pl Bug 27045: Fix items lost report export if delimiter is tab 2022-07-20 11:50:40 -03:00
itemtypes.plugin Bug 26090: Fix "item types" report 2020-08-18 14:38:41 +02:00
manager.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
orders_by_fund.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
reports-home.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
reserves_stats.pl Bug 29844: Fix ->search occurrences 2022-02-09 15:36:23 -10:00
serials_stats.pl Bug 28216: Fix vendor list group by in serials statistics wizard 2021-12-14 09:38:10 -10:00