X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_pay_void.pm;h=8d37a58b5150b41030645853c464b2817d8546c9;hp=72ada2534d8d952cdd7c51644f841eb643128bc2;hb=674cb2d9d7105f4cc2871539b2e9f7088cdaa750;hpb=b3c70d709fd646ef355d49a4e87151c99ee413e9 diff --git a/FS/FS/cust_pay_void.pm b/FS/FS/cust_pay_void.pm index 72ada2534..8d37a58b5 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 || $self->ut_foreign_keyn('reasonnum', 'reason', 'reasonnum') ; return $error if $error;