From c160bc6f05b17d8084addc4d638ebc908c9ec0e6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 9 Jul 2005 10:36:43 +0000 Subject: 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 --- FS/FS/part_pkg/sqlradacct_hour.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS/part_pkg/sqlradacct_hour.pm') 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); -- cgit v1.1