http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2605 Summary: bookcount thows strings at date handling Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Circulation AssignedTo: galen.charlton@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org bookcount.pl tries to embed English language user feedback that later gets passed to format_date as a date. In addition to being untranslatable, this results in errors like: [Fri Sep 12 11:11:09 2008] [error] [client 65.186.223.180] [Fri Sep 12 12:11:09 2008] bookcount.pl: Illegal Date 'Item has no branch transfers record' does not match 'iso' format: yyyy-mm-dd at /home/atz/koha/production/intranet/cgi-bin/circ/bookcount.pl line 85, referer: http://staff-atz.dev.kohalibrary.com/cgi-bin/koha/catalogue/moredetail.pl?bi... In particular the 3 subs lastmove, lastseenat and slashdate should be reimplemented on a clean C4::Dates basis and all user feedback strings moved into the templates. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.