Bug 13935 - Add API route to list borrower's accountlines
Summary: Add API route to list borrower's accountlines
Status: RESOLVED DUPLICATE of bug 15165
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Julian Maurice
QA Contact: Testopia
URL:
Keywords:
Depends on: 13799
Blocks:
  Show dependency treegraph
 
Reported: 2015-04-01 09:00 UTC by Julian Maurice
Modified: 2015-11-12 13:54 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13935: Add API route to list borrower's accountlines (9.22 KB, patch)
2015-04-01 09:00 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***