Adding noItemTypeImages syspref to Auth.pm; Beginning the process of adding support...
[koha_fer] / C4 / Auth.pm
index 999e6f5..996117b 100755 (executable)
@@ -268,6 +268,7 @@ sub get_template_and_user {
                        'item-level_itypes' => C4::Context->preference('item-level_itypes'),
                        canreservefromotherbranches => C4::Context->preference('canreservefromotherbranches'),
                        intranetreadinghistory => C4::Context->preference("intranetreadinghistory"),
+                       noItemTypeImages => C4::Context->preference("noItemTypeImages"),
         );
     }
     else {