Fix for Bug 6244, Javascript error on circulation home page
authorOwen Leonard <oleonard@myacpl.org>
Thu, 21 Apr 2011 19:11:48 +0000 (15:11 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Apr 2011 19:47:44 +0000 (07:47 +1200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

index 8e7afb5..afa6ec5 100644 (file)
@@ -9,7 +9,7 @@
 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
 <script type="text/javascript">
 //<![CDATA[
-if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }
+[% IF ( borrowernumber ) %]if($.cookie("holdfor") != [% borrowernumber %]){ $.cookie("holdfor",null, { path: "/", expires: 0 }); }[% END %]
 [% IF ( UseTablesortForCirc ) %]$.tablesorter.addParser({
     id: 'articles',
     is: function(s) {return false;  },