X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation_pkg.pm;h=efff9683fe63885ac4790cbc018d789b87b852e4;hb=3564f619654c5cbf22fc2acbe7eff0c08308e859;hp=b5823f450e8125aea7c164275bf455608bd48ec0;hpb=53a1130923c4905b267239c369949aadde657c7c;p=freeside.git diff --git a/FS/FS/quotation_pkg.pm b/FS/FS/quotation_pkg.pm index b5823f450..efff9683f 100644 --- a/FS/FS/quotation_pkg.pm +++ b/FS/FS/quotation_pkg.pm @@ -193,7 +193,8 @@ sub cust_bill_pkg_display { } elsif ( $type eq 'R' ) { return ($recur); } else { - return ($setup, $recur); + #return ($setup, $recur); + return ($self); } }