diff options
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index efc33712f..7a1e9a55e 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -13,7 +13,7 @@ ><% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><B><% $part_pkg->pkg |h %></B></A> % my $custom_comment = $part_pkg->custom_comment(); <% $custom_comment ? ' - ' : '' %> - <% $part_pkg->custom_comment |h %> + <% $custom_comment |h %> </TD> </TR> |