X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_forward.cgi;h=8d2afc823ed9ac5c642479689f2b44aa813b957d;hb=9a99da945add49008fb6821ab037c204ad651e51;hp=a5096e92cf86f75aede8eed777c9f7fd52713526;hpb=22a35047ecdffff80110e06cc08fc84f9ddba9b0;p=freeside.git diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index a5096e92c..8d2afc823 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -1,3 +1,4 @@ + <% my $conf = new FS::Conf; @@ -51,10 +52,11 @@ if ($dstsvc) { $destination = $dst; } -print qq!Edit this information!, - "
Service #$svcnum", - "
Service: $svc", - qq!
Mail to $source forwards to $destination mailbox.!, +print qq!Edit this information!. + "
Service #$svcnum". + "
Service: $svc". + qq!
Mail to $source forwards to $destination mailbox.!. + '
'. joblisting({'svcnum'=>$svcnum}, 1). '' ;