diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-09 12:32:26 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-09 12:32:26 -0800 |
commit | 7f2d0815adb38e78ed46661e3e09d499fbcbe989 (patch) | |
tree | ad269a5d511a7d12b791a57793e9968b96b1d6b1 /httemplate/view | |
parent | 26746825705e313c9aa265e406192787a34ce260 (diff) |
no reason for part_pkg.comment to be required, we've had price_info for ages
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 3 |
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 e97c141d2..efc33712f 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> |