http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7970
Amit Gupta <amit.gu...@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9223|0 |1 is obsolete| | Attachment #9224|0 |1 is obsolete| | --- Comment #7 from Amit Gupta <amit.gu...@osslabs.biz> --- Created attachment 9393 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9393&action=edit Bug 7970 - Allow OPAC holds per library policy without default rule By default ReservesControlBranch systempreference is not inserting in systempreferences table. For this reason we have to set up default circulation rule for all libraries all itemtypes and all patron categories. After this we have to set only circulation rule by branch wise no need to set up for all libraries, itemtypes and patron categories. To Test: 1) Go to mysql use koha database 2) mysql> select * from systempreferences where variable = 'ReservesControlBranch'; +-----------------------+-----------------+-------------------------------+--------------------------------------+--------+ | variable | value | options | explanation | type | +-----------------------+-----------------+-------------------------------+--------------------------------------+--------+ | ReservesControlBranch | ItemHomeLibrary | ItemHomeLibrary|PatronLibrary | Patron can place a hold on the item. | Choice | +-----------------------+-----------------+-------------------------------+--------------------------------------+--------+ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/