https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205
--- Comment #5 from Fridolin Somers <[email protected]> --- (In reply to David Cook from comment #4) > (In reply to Fridolin Somers from comment #3) > > Ah I found a place where a preference is missing Koha.Preference() use. > > It is TagsEnabled at : > > > > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt:[% SET > > TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && > > TagsEnabled && TagsInputOnList ) %] > > It gets fetched in opac/opac-basket.pl using > C4::Context->preference('TagsEnabled') and then passed to the template as > TagsEnabled. OK great so we ignore it ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
