still need to bless into FS::cust_main (for now)
authorivan <ivan>
Sat, 7 Nov 1998 08:19:21 +0000 (08:19 +0000)
committerivan <ivan>
Sat, 7 Nov 1998 08:19:21 +0000 (08:19 +0000)
bin/bill

index ef32100..7b1e162 100755 (executable)
--- 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);