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

Erik Levinson levinse at wavetail.420.am
Tue Dec 7 11:04:45 PST 2010


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

Modified Files:
	ikano.pm 
Log Message:
-small svc_dsl UI and flow changes, RT7111
-finish basic qualifications, except prospect support, RT7111


Index: ikano.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/ikano.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- ikano.pm	6 Dec 2010 06:36:01 -0000	1.12
+++ ikano.pm	7 Dec 2010 19:04:43 -0000	1.13
@@ -324,6 +324,8 @@
 		&& $optionvalue ne '' );
     }
 
+    # 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
     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