[freeside-commits] freeside/FS/FS/part_export ikano.pm,1.13,1.14

Erik Levinson levinse at wavetail.420.am
Tue Dec 7 12:38:53 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv31643/FS/FS/part_export

Modified Files:
	ikano.pm 
Log Message:
added prospect support to qualifications, RT7111


Index: ikano.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/ikano.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- ikano.pm	7 Dec 2010 19:04:43 -0000	1.13
+++ ikano.pm	7 Dec 2010 20:38:51 -0000	1.14
@@ -326,6 +326,7 @@
 
     # 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 ) {



More information about the freeside-commits mailing list