4 Jun
2012
4 Jun
'12
8:40 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8188 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Correction: *both* preferences have to be turned on for it to work. This doesn't seem consistent with other similar features in Koha. Why does it require both? # can set reserve date in future if ( C4::Context->preference( 'AllowHoldDateInFuture' ) && C4::Context->preference( 'OPACAllowHoldDateInFuture' ) ) { $template->param( reserve_in_future => 1, ); } -- You are receiving this mail because: You are watching all bug changes.