no reason for part_pkg.comment to be required, we've had price_info for ages
authorIvan Kohler <ivan@freeside.biz>
Thu, 9 Jan 2014 20:38:05 +0000 (12:38 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 9 Jan 2014 20:38:05 +0000 (12:38 -0800)
httemplate/view/cust_main/packages/package.html

index efc3371..7a1e9a5 100644 (file)
@@ -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>