forgot to put runtype in defaults set
authorShawn Boyette <sboyette@esilibrary.com>
Wed, 17 Sep 2008 18:58:31 +0000 (18:58 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Wed, 17 Sep 2008 18:58:31 +0000 (18:58 +0000)
fingerprinter

index 231a8b2..cbcc9f9 100755 (executable)
@@ -306,11 +306,13 @@ sub initialize {
         $c->{subfield} = 'a' unless defined $c->{subfield};
         $c->{output} = 'incoming.fp' unless defined $c->{output};
         $c->{exception} = 'incoming.ex' unless defined $c->{exception};
+        $c->{runtype} = 'full' unless defined $c->{runtype};
     } elsif ($c->{incumbent}) {
         $c->{tag} = 901 unless defined $c->{tag};
         $c->{subfield} = 'c' unless defined $c->{subfield};
         $c->{output} = 'incumbent.fp' unless defined $c->{output};
         $c->{exception} = 'incumbent.ex' unless defined $c->{exception};
+        $c->{runtype} = 'full' unless defined $c->{runtype};
     }
 
     my @keys = keys %{$c};