Skip to content

Commit

Permalink
bug 5579: remove a now-unecessary vestigal variable
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
  • Loading branch information
gmcharlt authored and ranginui committed Apr 20, 2011
1 parent 7183f12 commit 0a27e64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion C4/Biblio.pm
Expand Up @@ -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()
Expand Down

0 comments on commit 0a27e64

Please sign in to comment.