From 46ebf99da5f02ae871bee89d66ec8bc46ecba8a7 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 Content-Type: text/plain; charset=utf-8 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 65c843408d..6a410ba9e3 100644 --- a/Koha/Authority.pm +++ b/Koha/Authority.pm @@ -303,7 +303,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