| Summary: | Improving documentation in C4::Members.pm | ||
|---|---|---|---|
| Product: | Koha | Reporter: | shantanoo <shantanoo> |
| Component: | Developer documentation | Assignee: | Galen Charlton <gmcharlt> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | chris, rochellehealy.student, tomascohen |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Updated documentation message.
Diff using 'git format-patch' Diff using 'git format-patch' Updated pod for AddMember [PASSED QA] Updated pod for AddMember |
||
Created attachment 31466 [details] [review] Updated documentation message. Created attachment 31467 [details] [review] Diff using 'git format-patch' Created attachment 31468 [details]
Diff using 'git format-patch'
Created attachment 35129 [details] [review] Updated pod for AddMember Signed-off-by: Rochelle <Rochelle_healy@hotmail.com> Created attachment 35139 [details] [review] [PASSED QA] Updated pod for AddMember Signed-off-by: Rochelle <Rochelle_healy@hotmail.com> http://bugs.koha-community.org/show_bug.cgi?id=12889 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks and congratulations! Pushed to 3.18.x will be in 3.18.3 |
In perldoc C4::Members.pm, AddMember does not explain what should be the keys for %borrower. <snip> AddMember $borrowernumber = &AddMember(%borrower); insert new borrower into table Returns the borrowernumber upon success Returns as undef upon any db error without further processing </snip>