summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-09 12:38:05 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-09 12:38:05 -0800
commitb1cd043555e332d70d686f3011f3f8a64c30a779 (patch)
tree95c3ffa86fc9dfcf7bf7686c32183e49746a9315 /httemplate/view/cust_main
parent7f2d0815adb38e78ed46661e3e09d499fbcbe989 (diff)
no reason for part_pkg.comment to be required, we've had price_info for ages
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/packages/package.html2
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>