diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/ikano.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/ikano.pm b/FS/FS/part_export/ikano.pm index d7203af9d..afed6f426 100644 --- a/FS/FS/part_export/ikano.pm +++ b/FS/FS/part_export/ikano.pm @@ -326,6 +326,7 @@ sub qual_html { # XXX: eventually perhaps this should return both the packages a link to # order each package and go to the svc prov with the prequal id filled in + # but only if cust, not prospect! my $list = "<B>Qualifying Packages:</B><UL>"; my @part_pkgs = qsearch( 'part_pkg', { 'disabled' => '' } ); foreach my $part_pkg ( @part_pkgs ) { |