[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


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>
 



More information about the freeside-commits mailing list