http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=796 oleonard@athenscounty.lib.oh.us changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From oleonard@athenscounty.lib.oh.us 2004-07-14 08:15 ------- Changing this (on line 33): $template->param($borr, LibraryName => C4::Context->preference("LibraryName"), ); ...to this: $template->param($borr); $template->param(LibraryName => C4::Context->preference("LibraryName") ); ...seems to fix it. It was probably my fault in the first place! ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.