bug 3564 follow: ensure NoZebra is passed to templates
authorGalen Charlton <gmcharlt@gmail.com>
Mon, 31 Aug 2009 02:05:38 +0000 (22:05 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 31 Aug 2009 02:07:09 +0000 (22:07 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Auth.pm

index 871c124..8f42d76 100644 (file)
@@ -305,6 +305,7 @@ sub get_template_and_user {
             suggestion                  => C4::Context->preference("suggestion"),
             virtualshelves              => C4::Context->preference("virtualshelves"),
                        StaffSerialIssueDisplayCount => C4::Context->preference("StaffSerialIssueDisplayCount"),
+            NoZebra                     => C4::Context->preference('NoZebra'),
         );
     }
     else {