X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main_invoice.pm;h=3cabd3a6485157bf0afef440d774e1c2ac0e77f8;hb=583902ab51f62551fe3620d98d42e72620edfa76;hp=bcb1437af414fd07272a0f342eb5a70745ffdb9f;hpb=c1e33a61324f4e06157c522af7882a97a021830f;p=freeside.git diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm index bcb1437af..3cabd3a64 100644 --- a/FS/FS/cust_main_invoice.pm +++ b/FS/FS/cust_main_invoice.pm @@ -107,7 +107,7 @@ sub check { return "Unknown customer" unless qsearchs('cust_main',{ 'custnum' => $self->custnum }); - ''; #noerror + $self->SUPER::check; } =item checkdest @@ -161,10 +161,6 @@ sub address { =back -=head1 VERSION - -$Id: cust_main_invoice.pm,v 1.13 2002-09-18 22:50:44 ivan Exp $ - =head1 BUGS =head1 SEE ALSO