[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
Thu May 3 14:23:09 CEST 2012


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

--- Comment #4 from Amit Gupta <amit.gupta at osslabs.biz> ---
Created attachment 9397
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9397&action=edit
Update the database as follow-up to Bug 5795

Update the database as follow-up to Bug 5795

If value is not exist it insert other wise update the
existing value.
To Test:
1) Go to mysql use koha database
2) select * from systempreferences where variable = 'ReservesControlBranch';
3) It Show old result if value is present other wise it shows:
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
| variable              | value           | options                       |
explanation                                     | type   |
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
| ReservesControlBranch | ItemHomeLibrary | ItemHomeLibrary|PatronLibrary |
Branch checked for members reservations rights. | Choice |
+-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list