diff options
| author | khoff <khoff> | 2003-07-07 22:44:40 +0000 |
|---|---|---|
| committer | khoff <khoff> | 2003-07-07 22:44:40 +0000 |
| commit | 5b48183ad64fb7ea119c994ed1a921fcda4a0f9d (patch) | |
| tree | e94310cfda08657f475d69cf47b8e4d2d68cd647 /httemplate/view/svc_broadband.cgi | |
| parent | 0b6bf02cff2b9cffaea70d81de9396a3a4f56b5d (diff) | |
Various virtual field UI updates/bug fixes. Fixed ordered qsearches.
Diffstat (limited to 'httemplate/view/svc_broadband.cgi')
| -rw-r--r-- | httemplate/view/svc_broadband.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 164b5b22c..dd5997d92 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -64,6 +64,11 @@ print header('Broadband Service View', menubar( qq!<TD BGCOLOR="#ffffff">$ip_addr</TD></TR>!. '</TD></TR><TR ROWSPAN="1"><TD></TD></TR>'; +foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) { + print $svc_broadband->pvf($_)->widget('HTML', 'view', + $svc_broadband->getfield($_)), "\n"; +} + # foreach my $sb_field # ( qsearch('sb_field', { svcnum => $svcnum }) ) { |
