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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

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

--- Comment #9 from Katrin Fischer <katrin.fisc...@bsz-bw.de> ---
Created attachment 19631
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19631&action=edit
[PASSED QA] 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

Signed-off-by: Liz Rea <wizzy...@gmail.com>
Tested per plan, all looks ok.

Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
Passes all tests and QA script.
Additional tests done:
- Verified syspref.sql insert works alright
- Checked editing patrons left privacy untouched.
- Checked importing patrons with overlay leaves privacy alone
  if not provided.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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/

Reply via email to