[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
- Previous message: [freeside-commits] freeside/FS/FS AccessRight.pm, 1.57, 1.58 Conf.pm, 1.401, 1.402 geocode_Mixin.pm, 1.3, 1.4 qual.pm, 1.5, 1.6
- Next message: [freeside-commits] freeside/httemplate/edit svc_dsl.cgi,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ) {
- Previous message: [freeside-commits] freeside/FS/FS AccessRight.pm, 1.57, 1.58 Conf.pm, 1.401, 1.402 geocode_Mixin.pm, 1.3, 1.4 qual.pm, 1.5, 1.6
- Next message: [freeside-commits] freeside/httemplate/edit svc_dsl.cgi,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list