[freeside-commits] branch master updated. b1cd043555e332d70d686f3011f3f8a64c30a779
Ivan
ivan at 420.am
Thu Jan 9 12:38:06 PST 2014
The branch, master has been updated
via b1cd043555e332d70d686f3011f3f8a64c30a779 (commit)
from 7f2d0815adb38e78ed46661e3e09d499fbcbe989 (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 b1cd043555e332d70d686f3011f3f8a64c30a779
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jan 9 12:38:05 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 efc3371..7a1e9a5 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