From b1cd043555e332d70d686f3011f3f8a64c30a779 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jan 2014 12:38:05 -0800 Subject: [PATCH] no reason for part_pkg.comment to be required, we've had price_info for ages --- httemplate/view/cust_main/packages/package.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.': ' : '' %><% $part_pkg->pkg |h %> % my $custom_comment = $part_pkg->custom_comment(); <% $custom_comment ? ' - ' : '' %> - <% $part_pkg->custom_comment |h %> + <% $custom_comment |h %> -- 2.11.0