[freeside-commits] branch FREESIDE_3_BRANCH updated. c9b7deba7ebb8d0823c0aee23b067838a05e394a

Ivan ivan at 420.am
Thu Jan 9 12:38:07 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  c9b7deba7ebb8d0823c0aee23b067838a05e394a (commit)
      from  06bbfb407f24b2e32b38d601dd8fceac2b22e426 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9b7deba7ebb8d0823c0aee23b067838a05e394a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jan 9 12:38:06 2014 -0800

    no reason for part_pkg.comment to be required, we've had price_info for ages

diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index b2711b9..859a7f4 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>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/packages/package.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list