[Koha-bugs] [Bug 6254] can't set patron privacy by default

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 18:29:38 CEST 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 19133
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19133&action=edit
Bug 6254 - can't set patron privacy by default

There is currently no way to set the privacy setting for newly created
patrons. This patch adds the system preference NewPatronPrivacySetting
to define what privacy setting new patrons should have.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Create a new patron
4) Verify the patron's privacy is set to 1
5) Set NewPatronPrivacySetting to "never"
6) Create a new patron
7) Verify the patron's privacy is set to 2
8) Set NewPatronPrivacySetting to "forever"
9) Create a new patron
10) Verify the patron's privacy is set to 0

-- 
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