From e4ad777a6ffa5b2cc28bf26681bcfa56f83df7e9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 7 Nov 1998 08:19:21 +0000 Subject: [PATCH] still need to bless into FS::cust_main (for now) --- bin/bill | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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); -- 2.11.0