RT# 71419 Added Cancel date option, and updated package name
[freeside.git] / httemplate / search / svc_broadband.cgi
index e8cb65a..80345dc 100755 (executable)
@@ -152,6 +152,7 @@ foreach my $pkg_field ( @pkg_fields ) {
                           my $value;
                           if ($pkg_field eq 'package') {
                             $value = $cust_pkg->part_pkg->pkg;
+                            #$value = $cust_pkg->pkg_label;
                           }
                           else {
                             $value = $cust_pkg->get($pkg_field);#closures help alot