Bug 13935

Summary: Add API route to list borrower's accountlines
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: Web servicesAssignee: Julian Maurice <julian.maurice>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 13799    
Bug Blocks:    
Attachments: Bug 13935: Add API route to list borrower's accountlines

Description Julian Maurice 2015-04-01 09:00:00 UTC
Add API route to list borrower's accountlines
Comment 1 Julian Maurice 2015-04-01 09:00:32 UTC
Created attachment 37413 [details] [review]
Bug 13935: Add API route to list borrower's accountlines

GET /borrowers/{borrowernumber}/accountlines
GET /borrowers/{borrowernumber}/accountlines?accounttype={accounttype}

Unit tests in t/db_dependent/api/v1/borrowers/accountlines.t
Comment 2 Julian Maurice 2015-11-12 13:54:15 UTC
Duplicate of bug 15165, which do more than this bug's patch

*** This bug has been marked as a duplicate of bug 15165 ***