X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_contact.pm;h=f0f8bfb694a727757b5c5c0edb82735e270e91b4;hb=0b2e7bf798685d0d6eb2f7a950783207d686d744;hp=6f899d83f8cedcd832f7d4e8776f379c78219105;hpb=ec7e8155fce544f19f2b6734476ed6db8c200aa9;p=freeside.git diff --git a/FS/FS/cust_contact.pm b/FS/FS/cust_contact.pm index 6f899d83f..f0f8bfb69 100644 --- a/FS/FS/cust_contact.pm +++ b/FS/FS/cust_contact.pm @@ -55,6 +55,10 @@ comment empty or Y +=item invoice_dest + +'Y' if the customer should get invoices sent to this address, null if not + =back =head1 METHODS @@ -114,6 +118,7 @@ sub check { || $self->ut_numbern('classnum') || $self->ut_textn('comment') || $self->ut_enum('selfservice_access', [ '', 'Y' ]) + || $self->ut_flag('invoice_dest') ; return $error if $error;