[Koha-bugs] [Bug 28327] System preference CSVdelimiter special case for tabulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 12 14:25:24 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327

--- Comment #4 from Fridolin Somers <fridolin.somers at biblibre.com> ---
(In reply to Nick Clemens from comment #3)
> (In reply to Fridolin Somers from comment #2)
> > Created attachment 120861 [details] [review] [review]
> > Bug 28327: Add unit tests for Koha::Template::Plugin::Koha::CSVDelimiter
> > 
> > Run prove t/Koha_Template_Plugin_Koha.t
> 
> Why do you add the 'val' passthrough to the routine?

In case we use it with an existing value from DB.
For example in CSV profile we store delimiter (not possible to store \t in DB I
 bet).
So we may need to call this method in the future with a separator value, just
to transform 'tabulation' into '\t'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list