From a65bbe2598a54ae19c5d64b9336ddd150c4c737f Mon Sep 17 00:00:00 2001 From: hdl Date: Wed, 4 May 2005 14:18:39 +0000 Subject: [PATCH] adding Marc Record to authoritysearch report --- C4/AuthoritiesMarc.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index ce39745e95..a0cabe8e7e 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -176,6 +176,7 @@ sub authoritysearch { $newline{authid} = $result[$counter]; $newline{used} = &AUTHcount_usage($result[$counter]); $newline{biblio_fields} = $tags_using_authtype; + $newline{marcrecord} = $record; $counter++; push @finalresult, \%newline; } @@ -924,6 +925,9 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.15 2005/05/04 14:18:39 hdl +# adding Marc Record to authoritysearch report +# # Revision 1.14 2005/04/05 17:07:46 hdl # Scanning every the Subfields of auth_tag_to_report for FindDuplicate # -- 2.39.5