fix quotation totals, RT#21103
[freeside.git] / FS / FS / quotation_pkg.pm
index b5823f4..efff968 100644 (file)
@@ -193,7 +193,8 @@ sub cust_bill_pkg_display {
     } elsif ( $type eq 'R' ) {
       return ($recur);
     } else {
-      return ($setup, $recur);
+      #return ($setup, $recur);
+      return ($self);
     }
 
   }