[Koha-bugs] [Bug 14659] Allow patrons to enter card number and patron category on OPAC registration page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 25 22:38:58 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14659

Jesse Weaver <jweaver at bywatersolutions.com> changed:

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

--- Comment #5 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 48376
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48376&action=edit
Bug 14659: Allow patrons to enter card number and patron category on OPAC
registration page

Test plan:
  1. Open OPAC self-registration page while logged out.
  2. Note that cardnumber and categorycode are not shown.
  3. Remove cardnumber and categorycode from
     PatronSelfRegistrationBorrowerUnwantedField.
  4. Enable autoMemberNum.
  5. Reload self-registration page, note that categorycode now shows.
  6. Disable autoMemberNum.
  7. Reload self-registration page, note that cardnumber now shows.
  8. Try saving a patron with an existing cardnumber; this should fail
     and explain why.
  9. Set CardnumberLength, and verify that those length restrictions are
     enforced.
 10. Verify that patron can be created with custom categorycode and
     cardnumber.

Signed-off-by: Michael Sauers <msauers at dospace.org>

Rebased.

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


More information about the Koha-bugs mailing list