https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28327
--- Comment #4 from Fridolin Somers <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
