[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.34, 1.35

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


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

Modified Files:
	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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- packages.html	9 May 2008 05:54:08 -0000	1.34
+++ packages.html	3 Jun 2008 21:06:22 -0000	1.35
@@ -87,6 +87,10 @@
     <% $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') ) { 
 %   my $br = 0;



More information about the freeside-commits mailing list