From 0a27e64a5b1b3f1bd4248c3d63a56952fcd92788 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 20 Apr 2011 17:34:46 -0400 Subject: [PATCH] bug 5579: remove a now-unecessary vestigal variable Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- C4/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 76e4fce9af..9c7ec848eb 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -306,7 +306,6 @@ sub ModBiblio { # get the items before and append them to the biblio before updating the record, atm we just have the biblio my ( $itemtag, $itemsubfield ) = GetMarcFromKohaField( "items.itemnumber", $frameworkcode ); - my $oldRecord = GetMarcBiblio($biblionumber); # delete any item fields from incoming record to avoid # duplication or incorrect data - use AddItem() or ModItem() -- 2.20.1