[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
- Previous message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.205, 1.206 Schema.pm, 1.86, 1.87 cust_pkg.pm, 1.92, 1.93 cust_bill_pkg.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.50, 1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ) {
+ Quantity: <B><% $cust_pkg->quantity %></B><BR>
+% }
+
<FONT SIZE=-1>
% unless ( $cust_pkg->get('cancel') ) {
% my $br = 0;
- Previous message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.205, 1.206 Schema.pm, 1.86, 1.87 cust_pkg.pm, 1.92, 1.93 cust_bill_pkg.pm, 1.16, 1.17
- Next message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.50, 1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list