http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5103 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com Component|Templates |Cataloging AssignedTo|oleonard@myacpl.org |gmcharlt@gmail.com --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- This is true of the OPAC as well. This is definitely not a template issue: The table of items is built very generically: <!-- TMPL_LOOP NAME="item_loop" --> <tr> <!-- TMPL_VAR NAME="item_value" --> </tr> <!-- /TMPL_LOOP --> And the script doesn't appear to have any means of knowing whether the data it's putting into that "item_loop" is a date or not. Wouldn't the script have to know which subfields contained dates? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.