From 06bbfb407f24b2e32b38d601dd8fceac2b22e426 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jan 2014 12:32:29 -0800 Subject: no reason for part_pkg.comment to be required, we've had price_info for ages --- httemplate/view/cust_main/packages/package.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index dec13cabc..b2711b900 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -11,7 +11,8 @@ <% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><% $part_pkg->pkg |h %> - - +% my $custom_comment = $part_pkg->custom_comment(); + <% $custom_comment ? ' - ' : '' %> <% $part_pkg->custom_comment |h %> -- cgit v1.2.1