From bca375bc3e1192968727473f4f59ba30ef034c3c Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 15 Dec 2001 00:17:38 +0000 Subject: [PATCH] style changes --- FS/FS/cust_main.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 8a7d0ca30..ad6d46e96 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -856,10 +856,10 @@ sub bill { my @cust_bill_pkg = (); foreach my $cust_pkg ( - qsearch('cust_pkg',{'custnum'=> $self->getfield('custnum') } ) + qsearch('cust_pkg', { 'custnum' => $self->custnum } ) ) { - next if $cust_pkg->getfield('cancel'); + next if $cust_pkg->cancel; #? to avoid use of uninitialized value errors... ? $cust_pkg->setfield('bill', '') @@ -1880,7 +1880,7 @@ sub append_fuzzyfiles { =head1 VERSION -$Id: cust_main.pm,v 1.48 2001-12-08 10:03:11 ivan Exp $ +$Id: cust_main.pm,v 1.49 2001-12-15 00:17:38 ivan Exp $ =head1 BUGS -- 2.11.0