https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7957 --- Comment #73 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Katrin Fischer from comment #69)
there are a couple of problems here noted by he QA script: - tabs - license - Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo (can be ignored) tabs and license fixed, but git grep 'Cache::RemovalStrategy::LRU::FIELDS' returns nothing. I don't know what this error is about.
From looking at the code:
1) This is a translation issue - please take a look at how other CSV exports solve the problem. + my @headers = ("Subscription title", "Routing list", qw(Surname Firstname Notes));
3) How can you edit a routing list description? I tried to change the routing lists created by the update - but failed to find a link. By 'description' do you mean the 'title' field ? If so, it's not editable at
4) I can add patrons to the subscription list, but the borrowers don't save. Could you please check? You mean you can add them in the interface, but when you click on 'Save' the
I have seen different ways of doing CSV export, but I assume you are talking about the one which use a .tt file. Is this really necessary ? We could just wrap the strings into calls to Koha::I18N::gettext(). I didn't see much enthusiasm about having translatable strings in .pl/.pm (cf. bug 11904) but I think it's one of the cases that could greatly benefit from Koha::I18N. the time, but it's not really intended. It could be changed. list of borrowers is lost ? It works for me. Could you check the logs to see if you have any SQL error ? -- You are receiving this mail because: You are watching all bug changes.