[Koha-bugs] [Bug 15165] REST API routes to list, edit and pay borrower's accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 20 15:19:56 CEST 2016


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

Lari Taskula <lari.taskula at jns.fi> changed:

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

--- Comment #26 from Lari Taskula <lari.taskula at jns.fi> ---
Created attachment 56695
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56695&action=edit
Bug 15165 - Add API route to edit accountlines

PUT /accountlines/{accountlines_id} (edit)

Test plan:
1. Open a browser tab on Koha staff and log in (to create CGISESSID
   cookie). You should have permission updatecharges.
2. Send PUT request to http://yourlibrary/api/v1/accountlines/YYY
   where YYY is one of your accountlines_id. See the body definition
   in definitions/editAccountlineBody.json and use this in your PUT request.
3. Run unit tests in t/db_dependent/api/v1/accountlines.t

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


More information about the Koha-bugs mailing list