summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-09 12:32:29 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-09 12:32:29 -0800
commit06bbfb407f24b2e32b38d601dd8fceac2b22e426 (patch)
tree9cdd114d694a96a87ba534412e762bdcdaa85860 /httemplate
parent708cd9ef94ccb96955c6b9fe9d2ccdc0b311b556 (diff)
no reason for part_pkg.comment to be required, we've had price_info for ages
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/packages/package.html3
1 files changed, 2 insertions, 1 deletions
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 @@
<A NAME="cust_pkg<% $cust_pkg->pkgnum %>"
ID ="cust_pkg<% $cust_pkg->pkgnum %>"
><% $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 %>
</TD>
</TR>