[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
Fri Oct 2 01:37:29 CEST 2015


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

Jesse Weaver <jweaver at bywatersolutions.com> changed:

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

--- Comment #2 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 43042
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43042&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>

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


More information about the Koha-bugs mailing list