diff options
author | levinse <levinse> | 2010-12-07 20:38:52 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-07 20:38:52 +0000 |
commit | 8468ce6abd28b145bfde14a210a166cca46115dc (patch) | |
tree | 3c7a85b45d1a8fb655dd4abf2ed22570c74ece93 /FS | |
parent | c58774a70c3326ad2ba5a7a38b174dfbd76a9f78 (diff) |
added prospect support to qualifications, RT7111
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 ) { |