summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-08-25 08:43:31 +0000
committerivan <ivan>2010-08-25 08:43:31 +0000
commitaaae2218087232ee04c918f5e4c9ce746e338770 (patch)
treea06ea9ad6f22f2f85486441df73b4d2a20cb1746
parentfca645250d8591dea5b6e76073829dc2e57fc41d (diff)
syntax error in backport or something
-rw-r--r--FS/FS/cust_main.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index fa0634493..bfdc51e8c 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2803,8 +2803,7 @@ sub bill {
} elsif ( $postal_pkg ) {
my $real_pkgpart = $postal_pkg->pkgpart;
- # we could implement this bit as FS::part_pkg::has_hidden, but we alre
-ady
+ # we could implement this bit as FS::part_pkg::has_hidden, but we already
# suffer from performance issues
$options{has_hidden} = 0;
my @part_pkg = $postal_pkg->part_pkg->self_and_bill_linked;