typo
authorivan <ivan>
Sun, 2 Apr 2006 22:13:34 +0000 (22:13 +0000)
committerivan <ivan>
Sun, 2 Apr 2006 22:13:34 +0000 (22:13 +0000)
FS/FS/cust_main.pm
FS/FS/cust_pay_batch.pm

index 62e6a5c..a2eb724 100644 (file)
@@ -1311,7 +1311,7 @@ sub check {
   }
 
   if ( $self->paydate eq '' || $self->paydate eq '-' ) {
-    return "Expriation date required"
+    return "Expiration date required"
       unless $self->payby =~ /^(BILL|PREPAY|CHEK|DCHK|LECB|CASH|WEST|MCRD)$/;
     $self->paydate('');
   } else {
index 8059f1c..25b796b 100644 (file)
@@ -147,7 +147,7 @@ sub check {
   return "Unknown card type" if cardtype($cardnum) eq "Unknown";
 
   if ( $self->exp eq '' ) {
-    return "Expriation date required"; #unless 
+    return "Expiration date required"; #unless 
     $self->exp('');
   } else {
     if ( $self->exp =~ /^(\d{4})[\/\-](\d{1,2})[\/\-](\d{1,2})$/ ) {