From 331ceabc55884754f72b3e97d36965eb87f73740 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 14 Aug 2024 19:24:56 +0000 Subject: [PATCH] Bug 37639: (follow-up) Remove stack from API mapping Shouldn't need to define stack in to_api_mapping because the name isn't changing. --- Koha/Item.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Item.pm b/Koha/Item.pm index ac06dd9dc0..051448e924 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1770,7 +1770,6 @@ sub to_api_mapping { replacementpricedate => 'replacement_price_date', datelastborrowed => 'last_checkout_date', datelastseen => 'last_seen_date', - stack => 'stack', notforloan => 'not_for_loan_status', damaged => 'damaged_status', damaged_on => 'damaged_date', -- 2.39.2