From bcc33ffd55343ce8c2e8f576997ce10018b9d716 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 25 Oct 2002 13:39:02 +0000 Subject: show export numbers --- httemplate/browse/part_svc.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/browse/part_svc.cgi') diff --git a/httemplate/browse/part_svc.cgi b/httemplate/browse/part_svc.cgi index 0a06d8ddb..ee7a2622a 100755 --- a/httemplate/browse/part_svc.cgi +++ b/httemplate/browse/part_svc.cgi @@ -84,7 +84,7 @@ map { qsearchs('part_export', { exportnum => $_->exportnum } ) } qsearch('export ) { %> - <%= $part_export->exporttype %> to <%= $part_export->machine %> + <%= $part_export->exportnum %>: <%= $part_export->exporttype %> to <%= $part_export->machine %> <% } %> -- cgit v1.2.1