http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8188

--- Comment #1 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to