[Koha-bugs] [Bug 2605] New: bookcount thows strings at date handling

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Fri Sep 12 18:44:03 CEST 2008


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 at liblime.com
        ReportedBy: joe.atzberger at liblime.com
         QAContact: koha-bugs at 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?biblionumber=221


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.



More information about the Koha-bugs mailing list