[Koha-bugs] [Bug 5795] Missing ReservesControlBranch system pref in database installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 22 12:33:00 CEST 2012


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9542|0                           |1
        is obsolete|                            |

--- Comment #13 from Amit Gupta <amit.gupta at osslabs.biz> ---
Created attachment 9695
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9695&action=edit
Bug 5795 Update the database as follow-up If sys pref  ReservesControlBranch
has null then update the table to insert a PatronLibrary as value

Bug 5795 Update the database as follow-up If sys pref

ReservesControlBranch has null then update the table to
insert a PatronLibrary as value

To Test:
1) Go to mysql use koha database
2) select * from systempreferences where variable = 'ReservesControlBranch';
Check if value set to ItemHomeLibrary.
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
| variable              | value           | options                       |
explanation                                     | type   |
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
| ReservesControlBranch | PatronLibrary   | ItemHomeLibrary|PatronLibrary |
Branch checked for members reservations rights. | Choice |
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+


PatronLibrary as default value.

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


More information about the Koha-bugs mailing list