X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_svc.cgi;h=82b1150cc975b5cf68ad3fc96444603fd851c84e;hb=5ac9e46a92f4eefd795f97643f3e8f62ec1a2b26;hp=94afdef1555c4f69734cd46836ecd1caca9d9c13;hpb=cd91e59d897b1359dd91b2b9e5e7e008d2dbd9ed;p=freeside.git diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index 94afdef15..82b1150cc 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -129,7 +129,16 @@ function part_export_areyousure(href) { % - <% $part_export->exportnum %>: <% $part_export->exporttype %> to <% $part_export->machine %> + +<% $part_export->exportnum %>:  +% if ($part_export->exportname) { +<% $part_export->exportname %> ( +% } +<% $part_export->exporttype %> to <% $part_export->machine %> +% if ($part_export->exportname) { +) +% } + % }