[freeside-commits] freeside/httemplate/view qual.cgi,1.7,1.8
Ivan,,,
ivan at wavetail.420.am
Sun Mar 20 19:18:54 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv28859/httemplate/view
Modified Files:
qual.cgi
Log Message:
show un-configured ikano products, RT#7111
Index: qual.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/qual.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- qual.cgi 20 Mar 2011 19:38:28 -0000 1.7
+++ qual.cgi 21 Mar 2011 02:18:52 -0000 1.8
@@ -63,6 +63,14 @@
% }
</UL>
% }
+
+% my $not_avail = $qual_result->{'not_avail'};
+% if ( keys %$not_avail ) {
+ <BR>
+ Qualifying vendor packages (not yet configured in any package definition):
+ <% join(', ', map $not_avail->{$_}, keys %$not_avail ) |h %>
+% }
+
% }
<%init>
More information about the freeside-commits
mailing list