Bugzilla – Attachment 170329 Details for
Bug 37639
items.stack ( shelving control number ) not included in items API endpoint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37639: (follow-up) Remove stack from API mapping
Bug-37639-follow-up-Remove-stack-from-API-mapping.patch (text/plain), 923 bytes, created by
Lucas Gass
on 2024-08-14 19:25:45 UTC
(
hide
)
Description:
Bug 37639: (follow-up) Remove stack from API mapping
Filename:
MIME Type:
Creator:
Lucas Gass
Created:
2024-08-14 19:25:45 UTC
Size:
923 bytes
patch
obsolete
>From 331ceabc55884754f72b3e97d36965eb87f73740 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37639
:
170299
|
170328
|
170329
|
170396
|
170397
|
170458
|
170782