From: ivan Date: Mon, 13 Jan 2003 06:19:50 +0000 (+0000) Subject: whitespace inconsistancy causing extraneous diffs X-Git-Tag: freeside_1_4_1beta7~13^2~3 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=db57fc8a00107bdbf5830b5c11b53dd0cfd7ec3b;p=freeside.git whitespace inconsistancy causing extraneous diffs --- diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index d0cc9b645..d4bb4704c 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -164,7 +164,7 @@ my %defs = ( && qsearchs( 'export_svc', { exportnum => $part_export->exportnum, svcpart => $clone || $part_svc->svcpart }); - $html .= '>'. $part_export->exportnum. ': '. $part_export->exporttype. + $html .= '>'. $part_export->exportnum. ': '. $part_export->exporttype. ' to '. $part_export->machine. ''; $count++; $html .= '' unless $count % $columns;