https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41620
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Katrin Fischer <[email protected]> --- QA tests pass, but there are several smaller issues: 1) Translatability + if ( C4::Context->preference('marcflavour') eq 'UNIMARC' && $author ) { + return "$title by $author"; + } 2) Formatting a) Without this patch the dates are formatted to DateFormat, but with this patch we see YYYY-MM-DD for date accessioned, last checkout date and due date. b) Not for loan status Without the patch the not for loan status is empty, like the other status columns, with this patch, a 0 displays. The previous behavior is more consistent. 3) Encoding Before this patch when I open the CSV file with LibreOffice in Linux, the diacritics do not always display correctly anymore. I am using all item of the sample ktd database for testing. Broken records include: C�line et Julie vont en bateau The tin drum / Grass, G�nter, Strangely enough, the Kyrillic and Arabic records appear unharmed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
