customer view work:
[freeside.git] / FS / FS / pay_batch.pm
index 192c5df..7d9d9fb 100644 (file)
@@ -34,7 +34,11 @@ FS::Record.  The following fields are currently supported:
 
 =item batchnum - primary key
 
-=item status - 
+=item status -  
+
+=item download - 
+
+=item upload - 
 
 
 =back
@@ -98,7 +102,7 @@ sub check {
 
   my $error = 
     $self->ut_numbern('batchnum')
-    || $self->ut_enum('status', [ '', 'I', 'R' ])
+    || $self->ut_enum('status', [ 'O', 'I', 'R' ])
   ;
   return $error if $error;
 
@@ -109,7 +113,7 @@ sub check {
 
 =head1 BUGS
 
-The author forgot to customize this manpage.
+status is somewhat redundant now that download and upload exist
 
 =head1 SEE ALSO