[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.20.2.9, 1.20.2.10

Ivan,,, ivan at wavetail.420.am
Tue Jun 3 14:06:41 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv9268/httemplate/view/cust_main

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	packages.html 
Log Message:
very basic start at adding quantities

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.20.2.9
retrieving revision 1.20.2.10
diff -u -d -r1.20.2.9 -r1.20.2.10
--- packages.html	16 Apr 2008 18:32:34 -0000	1.20.2.9
+++ packages.html	3 Jun 2008 21:06:39 -0000	1.20.2.10
@@ -78,7 +78,13 @@
 <TR>
   <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
     <A NAME="cust_pkg<% $cust_pkg->pkgnum %>"><% $cust_pkg->pkgnum %></A>:
-    <% $part_pkg->pkg %> - <% $part_pkg->comment %><BR>
+    <% $part_pkg->pkg %> - <% $part_pkg->comment %>
+    <BR>
+
+%   if ( $cust_pkg->quantity > 1 ) {
+        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Quantity: <B><% $cust_pkg->quantity %></B><BR>
+%   }
+
     <FONT SIZE=-1>
 % unless ( $cust_pkg->get('cancel') ) { 
 % if ( $curuser->access_right('Change customer package') ) { 



More information about the freeside-commits mailing list