[Koha-bugs] [Bug 8133] hourly loans doesn't know when library closed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 18 03:16:29 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8133

Liz Rea <liz at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19326|0                           |1
        is obsolete|                            |
  Attachment #19494|0                           |1
        is obsolete|                            |

--- Comment #5 from Liz Rea <liz at catalyst.net.nz> ---
Created attachment 19740
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19740&action=edit
Followup to bug 8133 - fix JS escaping in data literals

There was some unescaped data being put into JS literals, which could
cause the calendar interface to fail to load.

Note for testing: Template::Plugin::JavaScript must be installed, either
from CPAN or libtemplate-plugin-javascript-perl.

Signed-off-by: Liz Rea <liz at catalyst.net.nz>
Interface seems to work, I don't note any regressions.

I tested the following:

Normal, non holiday circulation with no hours set - due dates seem correct and
consistent.
Holiday set for today, library opens at 9am, closes at 10:30am. Item checked
out at 10am, due 10:30am - seems right! UseDaysMode was set to "calendar"
Holiday set for today, library opens at 9am, closes at 10:30am. Item checked
out at 10am, due tomorrow at 9:30 - seems right! UseDaysMode was set to "days"
Interface looks nice, thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list