[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 09:57:02 CEST 2012


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

Amit Gupta <amit.gupta at osslabs.biz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9223|0                           |1
        is obsolete|                            |
   Attachment #9224|0                           |1
        is obsolete|                            |

--- Comment #7 from Amit Gupta <amit.gupta at 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.


More information about the Koha-bugs mailing list