X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_forward.cgi;h=5d619de546618291dc483f91c2017fc97d560a12;hb=99d11ad690b5a0e35e9c5388fc1ae5935df3f12b;hp=c8d1d621394f06d6d3d7c118c03cb3a333839d0d;hpb=9b6e476ab5a9f42877543065eff960928df2304b;p=freeside.git diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index c8d1d6213..5d619de54 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -61,7 +61,14 @@ print qq!Edit this information!. qq!Email to!. qq!$source!. qq!Forwards to !. - qq!$destination!. + qq!$destination!; + +foreach (sort { $a cmp $b } $svc_forward->virtual_fields) { + print $svc_forward->pvf($_)->widget('HTML', 'view', $svc_forward->getfield($_)), + "\n"; +} + +print qq! !. '
'. joblisting({'svcnum'=>$svcnum}, 1). '' ;