View | Details | Raw Unified | Return to bug 20777
Collapse All | Expand All

(-)a/Koha/REST/V1/Patrons/Account.pm (-2 lines)
Lines 228-234 our $to_api_mapping = { Link Here
228
    accounttype       => 'account_type',
228
    accounttype       => 'account_type',
229
    amountoutstanding => 'amount_outstanding',
229
    amountoutstanding => 'amount_outstanding',
230
    borrowernumber    => 'patron_id',
230
    borrowernumber    => 'patron_id',
231
    dispute           => undef,
232
    issue_id          => 'checkout_id',
231
    issue_id          => 'checkout_id',
233
    itemnumber        => 'item_id',
232
    itemnumber        => 'item_id',
234
    manager_id        => 'user_id',
233
    manager_id        => 'user_id',
235
- 

Return to bug 20777