https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31519
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #140200|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- Created attachment 140742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140742&action=edit Bug 31519: Move preference fetching directly to be done in the template Since we are not in a loop or using this multiple times it's simple to do it this way, helps with changing the template code in the future too since if we want to remove this syspref variable we know it is only used in this one particular place. To test: 1) Grep for reserve_in_future and make sure there are no matches after applying this patch Signed-off-by: David Nind <[email protected]> -- 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/
