From 6456afea959111b3e0cade89e14251ea8abd5f74 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 16 Jan 2012 18:47:15 +0100 Subject: [PATCH] Bug 6990 follow up PODDOC & unit test updating This patch removes the TransformKohaToMarcOneField sub, but there was some remaining POD & unit test about it --- C4/Biblio.pm | 8 -------- t/db_dependent/lib/KohaTest/Biblio.pm | 1 - 2 files changed, 9 deletions(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ad17b2e50c..9e84ffd04f 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1934,14 +1934,6 @@ sub PrepHostMarcField { return $hostmarcfield; } - -=head2 TransformKohaToMarcOneField - - $record = TransformKohaToMarcOneField( $sth, $record, $kohafieldname, $value, $frameworkcode ); - -=cut - - =head2 TransformHtmlToXml $xml = TransformHtmlToXml( $tags, $subfields, $values, $indicator, diff --git a/t/db_dependent/lib/KohaTest/Biblio.pm b/t/db_dependent/lib/KohaTest/Biblio.pm index 3e6634cb48..b25cd11f9d 100644 --- a/t/db_dependent/lib/KohaTest/Biblio.pm +++ b/t/db_dependent/lib/KohaTest/Biblio.pm @@ -38,7 +38,6 @@ sub methods : Test( 1 ) { GetFrameworkCode GetPublisherNameFromIsbn TransformKohaToMarc - TransformKohaToMarcOneField TransformHtmlToXml TransformHtmlToMarc TransformMarcToKoha -- 2.39.2