From 5fb0cce7eca780f9ed0e5fc4f7ef305517aba350 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 6 Aug 2025 19:19:18 +0000 Subject: [PATCH] Bug 36506: Remove API mapping Sponsored-by: The Main Library Alliance --- Koha/ItemType.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/ItemType.pm b/Koha/ItemType.pm index 0c042578c79..a59af59a789 100644 --- a/Koha/ItemType.pm +++ b/Koha/ItemType.pm @@ -229,7 +229,6 @@ sub to_api_mapping { imageurl => 'image_url', itemtype => 'item_type_id', notforloan => 'not_for_loan_status', - processfee => 'process_fee', rentalcharge_daily => 'daily_rental_charge', rentalcharge_daily_calendar => 'daily_rental_charge_calendar', rentalcharge_hourly => 'hourly_rental_charge', -- 2.39.5