summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>1998-11-07 08:19:21 +0000
committerivan <ivan>1998-11-07 08:19:21 +0000
commite4ad777a6ffa5b2cc28bf26681bcfa56f83df7e9 (patch)
treeb69ac5a6127ef38c5e59fb23ea765831475fe43b
parent79556e1cfa147d8c9b2fc8142ed03ff067360030 (diff)
still need to bless into FS::cust_main (for now)
-rwxr-xr-xbin/bill6
1 files 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);