X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_pay_void.pm;h=614a88fcce5ac313155c9e0659ff8cb19ba80fa7;hp=fdb7c7f796f34eb0e9810d63fa27c6d3ddbdf373;hb=bdc111f8cce007c0129c9b399b827b190cbf2d98;hpb=eb03a0ceaa55a44ceb7d16106feea9cac7c07e2f diff --git a/FS/FS/cust_pay_void.pm b/FS/FS/cust_pay_void.pm index fdb7c7f79..614a88fcc 100644 --- a/FS/FS/cust_pay_void.pm +++ b/FS/FS/cust_pay_void.pm @@ -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;