From 7791a4a2e237d86d245de92868ce24b5f653dfbe Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 14 Sep 2018 09:10:50 -0700 Subject: [PATCH] Bug 20777: (follow-up) Remove 'dispute' reference in /credits endpoint Signed-off-by: Tomas Cohen Arazi --- Koha/REST/V1/Patrons/Account.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/REST/V1/Patrons/Account.pm b/Koha/REST/V1/Patrons/Account.pm index 9312196608..68f0788fdc 100644 --- a/Koha/REST/V1/Patrons/Account.pm +++ b/Koha/REST/V1/Patrons/Account.pm @@ -228,7 +228,6 @@ our $to_api_mapping = { accounttype => 'account_type', amountoutstanding => 'amount_outstanding', borrowernumber => 'patron_id', - dispute => undef, issue_id => 'checkout_id', itemnumber => 'item_id', manager_id => 'user_id', -- 2.19.0