Skip even if they did not pass.
This commit is contained in:
		
							parent
							
								
									0170039053
								
							
						
					
					
						commit
						fc1c35c25c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -149,11 +149,11 @@ while (my $file = readdir $dh) { | |||
|   my $prevPay = $PAYMENT_NUMBER - 1; | ||||
| 
 | ||||
|   my $lastPayDate = PaymentDateByTicket($ticket, $prevPay); | ||||
|   if ($pass and (not defined $lastPayDate)) { | ||||
|   if (not defined $lastPayDate) { | ||||
|     print STDERR "\"$file\": \"$ticket\": Skipped: payment $prevPay was not made yet.\n"; | ||||
|     next; | ||||
|   } | ||||
|          | ||||
|    | ||||
| } | ||||
| ############################################################################### | ||||
| # | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn