X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main_invoice.pm;h=d6b4cd933ce648b2881040b287a34b1b54633ea3;hb=fcf83b9d956af1049af0d13812cc6756c78308b5;hp=61a8f75343cd72a0138faf08b727a7a91c4394b8;hpb=6b86dff993093cc34ca370ec8352103a7f3208f8;p=freeside.git diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm index 61a8f7534..d6b4cd933 100644 --- a/FS/FS/cust_main_invoice.pm +++ b/FS/FS/cust_main_invoice.pm @@ -88,7 +88,7 @@ sub replace { return "Can't change custnum!" unless $old->custnum == $new->custnum; - $new->SUPER::replace; + $new->SUPER::replace($old); } @@ -172,7 +172,7 @@ sub address { =head1 VERSION -$Id: cust_main_invoice.pm,v 1.6 2001-08-12 00:06:33 ivan Exp $ +$Id: cust_main_invoice.pm,v 1.7 2001-09-16 12:45:35 ivan Exp $ =head1 BUGS