diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-09 12:38:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-09 12:38:06 -0800 |
commit | c9b7deba7ebb8d0823c0aee23b067838a05e394a (patch) | |
tree | b9edc36dea5f2c025533e332cda0d8638f4d98da /httemplate | |
parent | 06bbfb407f24b2e32b38d601dd8fceac2b22e426 (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.html | 2 |
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 b2711b900..859a7f42f 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> |