Index: trunk/ippScripts/scripts/permcheck.pl
===================================================================
--- trunk/ippScripts/scripts/permcheck.pl	(revision 39971)
+++ trunk/ippScripts/scripts/permcheck.pl	(revision 42394)
@@ -375,7 +375,12 @@
 	    if ($product eq 'BURN.TABLE.DOESNT.HAVE.A.PRODUCT') {
 		my $bt_state = $entry->{burntool_state};
-		if ($bt_state != -14) { next; }
+		if ($bt_state > -14) { next; }
 		my $bt_file = $entry->{uri};
-		$bt_file    =~ s/fits$/burn.tbl/;
+
+                if($bt_state <= -15) {
+                  $bt_file =~ s/fits$/burn.v15.tbl/;	    
+                } else {
+                  $bt_file =~ s/fits$/burn.tbl/;  	    
+                }
 		push @keys, $bt_file;
 
