diff options
| author | jeff <jeff> | 2009-06-21 15:21:32 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2009-06-21 15:21:32 +0000 |
| commit | 04a69f9d197efee6fa396bd35d04ae553e669978 (patch) | |
| tree | 6a8ffd8be1f47991bbe8ee0be98e0a76c66fb934 /httemplate/view/cust_main/packages/status.html | |
| parent | 5826159b3b1272f763b67f05a0cc3a53913f7912 (diff) | |
CUSTOM packages/actual flag for custom packages #3988
Diffstat (limited to 'httemplate/view/cust_main/packages/status.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index af407b0df..141ed156d 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -244,7 +244,7 @@ sub pkg_status_row_changed { if ( $old ) { my $part_pkg = $old->part_pkg; my $label = 'Changed from '. $cust_pkg->change_pkgnum. ': '. - $part_pkg->pkg. ' - '. $part_pkg->comment; + $part_pkg->pkg_comment(nopartpkg => 1); $html .= pkg_status_row_colspan( $label, '', size=>'-1', align=>'right' ); } $html; |
