From f8479bbbdd9523e27f25bd4ac88899007ae43acb Mon Sep 17 00:00:00 2001 From: Janusz Kaczmarek Date: Sun, 2 Feb 2025 15:24:22 +0000 Subject: [PATCH] Bug 26684: Remove marc from Koha::Authority::to_api_mapping --- Koha/Authority.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Authority.pm b/Koha/Authority.pm index 5cfc806b09..e8d6869a81 100644 --- a/Koha/Authority.pm +++ b/Koha/Authority.pm @@ -301,7 +301,6 @@ sub to_api_mapping { authtypecode => 'framework_id', datecreated => 'created_date', linkid => undef, - marc => undef, marcxml => undef, modification_time => 'modified_date', origincode => undef, -- 2.39.5