don't unnecessarily fail voiding
authorIvan Kohler <ivan@freeside.biz>
Wed, 27 Jan 2016 04:21:01 +0000 (20:21 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 27 Jan 2016 04:21:01 +0000 (20:21 -0800)
FS/FS/cust_pay_void.pm

index fdb7c7f..614a88f 100644 (file)
@@ -190,7 +190,7 @@ sub check {
     || $self->ut_foreign_keyn('pkgnum', 'cust_pkg', 'pkgnum')
     || $self->ut_numbern('void_date')
     || $self->ut_textn('reason')
-    || $self->payinfo_check
+    # || $self->payinfo_check #we'd rather void what we have than fail on this
   ;
   return $error if $error;