X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_forward.cgi;h=5d619de546618291dc483f91c2017fc97d560a12;hp=8d2afc823ed9ac5c642479689f2b44aa813b957d;hb=58d44fbe5eb9ab32e6d87063a4a3b22ddba9a828;hpb=8f42b751aebda2e7dce2c363bed6f1e15b411b1d diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index 8d2afc823..5d619de54 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -53,9 +53,22 @@ if ($dstsvc) { } print qq!Edit this information!. - "
Service #$svcnum". - "
Service: $svc". - qq!
Mail to $source forwards to $destination mailbox.!. + ntable("#cccccc",2). + 'Service number'. + qq!$svcnum!. + 'Service'. + qq!$svc!. + qq!Email to!. + qq!$source!. + qq!Forwards to !. + 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). '' ;