[Koha-bugs] [Bug 7970] Allow OPAC holds per library policy without default rule

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 3 15:48:15 CEST 2012


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

--- Comment #16 from Fridolyn SOMERS <fridolyn.somers at gmail.com> ---
if (C4::Context->preference('ReservesControlBranch')){
    my $sth = $dbh->prepare("UPDATE systempreferences SET value = ? WHERE
variable = 'ReservesControlBranch'");
    $sth->execute(C4::Context->preference('ReservesControlBranch'));
} ...
This part of patch updates pref with the same value.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list