[freeside-commits] freeside/httemplate/view/cust_main/packages package.html, 1.4, 1.5 status.html, 1.4, 1.5
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Jun 21 08:21:34 PDT 2009
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.78, 1.79 cust_pkg.cgi, 1.54, 1.55 reg_code.html, 1.5, 1.6 report_cust_pkg.html, 1.12, 1.13
- Next message: [freeside-commits] freeside/FS/FS/part_export www_plesk.pm, 1.4, 1.5 acct_plesk.pm, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages
In directory wavetail.420.am:/tmp/cvs-serv32471/httemplate/view/cust_main/packages
Modified Files:
package.html status.html
Log Message:
CUSTOM packages/actual flag for custom packages #3988
Index: status.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/status.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- status.html 29 Mar 2009 09:38:30 -0000 1.4
+++ status.html 21 Jun 2009 15:21:32 -0000 1.5
@@ -244,7 +244,7 @@
if ( $old ) {
my $part_pkg = $old->part_pkg;
my $label = 'Changed from '. $cust_pkg->change_pkgnum. ': '.
- $part_pkg->pkg. ' - '. $part_pkg->comment;
+ $part_pkg->pkg_comment(nopartpkg => 1);
$html .= pkg_status_row_colspan( $label, '', size=>'-1', align=>'right' );
}
$html;
Index: package.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages/package.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- package.html 29 Mar 2009 10:39:57 -0000 1.4
+++ package.html 21 Jun 2009 15:21:31 -0000 1.5
@@ -6,7 +6,7 @@
ID ="cust_pkg<% $cust_pkg->pkgnum %>"
><% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><B><% $part_pkg->pkg |h %></B></A>
-
- <% $part_pkg->comment |h %>
+ <% $part_pkg->custom_comment |h %>
</TD>
</TR>
- Previous message: [freeside-commits] freeside/httemplate/search cust_main.cgi, 1.78, 1.79 cust_pkg.cgi, 1.54, 1.55 reg_code.html, 1.5, 1.6 report_cust_pkg.html, 1.12, 1.13
- Next message: [freeside-commits] freeside/FS/FS/part_export www_plesk.pm, 1.4, 1.5 acct_plesk.pm, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list