From: ivan Date: Sat, 7 Nov 1998 08:19:21 +0000 (+0000) Subject: still need to bless into FS::cust_main (for now) X-Git-Tag: freeside_1_2_0~210 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e4ad777a6ffa5b2cc28bf26681bcfa56f83df7e9;p=freeside.git still need to bless into FS::cust_main (for now) --- diff --git a/bin/bill b/bin/bill index ef321002b..7b1e162c2 100755 --- a/bin/bill +++ b/bin/bill @@ -78,9 +78,9 @@ # ivan@sisd.com 98-may-27 # # $Log: bill,v $ -# Revision 1.2 1998-11-07 08:08:12 ivan +# Revision 1.3 1998-11-07 08:19:21 ivan # -# Removed depriciated FS::Bill (now in FS::cust_main) +# still need to bless into FS::cust_main (for now) # # setup @@ -123,6 +123,8 @@ foreach $cust_main ( print "Billing customer #" . $cust_main->getfield('custnum') . "\n"; + bless($cust_main,"FS::cust_main"); + my($error); $error=$cust_main->bill('time'=>$time);