Bugzilla – Attachment 173616 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 redundant mappings from Koha::Item::to_api_mapping()
Bug-37639-follow-up-Remove-redundant-mappings-from.patch (text/plain), 1.75 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-29 11:13:03 UTC
(
hide
)
Description:
Bug 37639: (follow-up) Remove redundant mappings from Koha::Item::to_api_mapping()
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-29 11:13:03 UTC
Size:
1.75 KB
patch
obsolete
>From c8df0033d8731fb3c47a926040a13c811e21e674 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 29 Oct 2024 08:09:58 -0300 >Subject: [PATCH] Bug 37639: (follow-up) Remove redundant mappings from > Koha::Item::to_api_mapping() > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Item.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index 2d851c42ce4..92803c2618f 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -1838,7 +1838,6 @@ sub to_api_mapping { > damaged_on => 'damaged_date', > itemlost => 'lost_status', > itemlost_on => 'lost_date', >- withdrawn => 'withdrawn', > withdrawn_on => 'withdrawn_date', > itemcallnumber => 'callnumber', > coded_location_qualifier => 'coded_location_qualifier', >@@ -1849,15 +1848,12 @@ sub to_api_mapping { > itemnotes => 'public_notes', > itemnotes_nonpublic => 'internal_notes', > holdingbranch => 'holding_library_id', >- timestamp => 'timestamp', >- location => 'location', > permanent_location => 'permanent_location', > onloan => 'checked_out_date', > cn_source => 'call_number_source', > cn_sort => 'call_number_sort', > ccode => 'collection_code', > materials => 'materials_notes', >- uri => 'uri', > itype => 'item_type_id', > more_subfields_xml => 'extended_subfields', > enumchron => 'serial_issue_number', >-- >2.47.0
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
|
172980
|
172988
|
173615
| 173616