From e312264c21ebe1847785b9202971c95501b23c7c 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 Signed-off-by: Mark Tompsett --- 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 9312196..68f0788 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.7.4