From 9d4970a68279ae964fa5a996f5f3795a37d98fd9 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 Signed-off-by: Roman Dolny Signed-off-by: Nick Clemens --- Koha/Authority.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Authority.pm b/Koha/Authority.pm index 5cfc806b095..e8d6869a819 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