summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg/sqlradacct_hour.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-07-09 10:36:43 +0000
committerivan <ivan>2005-07-09 10:36:43 +0000
commitc160bc6f05b17d8084addc4d638ebc908c9ec0e6 (patch)
treefe2093b6abddb221e892b76f1095f25742d61e26 /FS/FS/part_pkg/sqlradacct_hour.pm
parentff0258d05484670831222da23427606f719cc009 (diff)
add desc method to cust_bill_pkg and use it in cust_bill... this should help with any *other* cust_bill_pkg.pkgnum == -1 stuff that needs to be sorted out
Diffstat (limited to 'FS/FS/part_pkg/sqlradacct_hour.pm')
-rw-r--r--FS/FS/part_pkg/sqlradacct_hour.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_pkg/sqlradacct_hour.pm b/FS/FS/part_pkg/sqlradacct_hour.pm
index 7ecb970..19887ea 100644
--- a/FS/FS/part_pkg/sqlradacct_hour.pm
+++ b/FS/FS/part_pkg/sqlradacct_hour.pm
@@ -3,7 +3,7 @@ package FS::part_pkg::sqlradacct_hour;
use strict;
use vars qw(@ISA %info);
#use FS::Record qw(qsearch qsearchs);
-use FS::part_pkg;
+use FS::part_pkg::flat;
@ISA = qw(FS::part_pkg::flat);