summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 7504f6b0a..bb582cfd9 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -2758,7 +2758,7 @@ sub _items_cust_bill_pkg {
my $cust_pkg = $cust_bill_pkg->cust_pkg;
my $desc = $cust_bill_pkg->desc;
- $desc = substr($desc, 0, 50). '...';
+ $desc = substr($desc, 0, 50). '...'
if $format eq 'latex' && length($desc) > 50;
my %details_opt = ( 'format' => $format,