[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
- Previous message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.50, 1.51
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.28, 1.163.2.29 Schema.pm, 1.44.2.24, 1.44.2.25 cust_pkg.pm, 1.73.2.13, 1.73.2.14 cust_bill_pkg.pm, 1.12.2.2, 1.12.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ) {
+ Quantity: <B><% $cust_pkg->quantity %></B><BR>
+% }
+
<FONT SIZE=-1>
% unless ( $cust_pkg->get('cancel') ) {
% if ( $curuser->access_right('Change customer package') ) {
- Previous message: [freeside-commits] freeside/httemplate/search cust_pkg.cgi, 1.50, 1.51
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.28, 1.163.2.29 Schema.pm, 1.44.2.24, 1.44.2.25 cust_pkg.pm, 1.73.2.13, 1.73.2.14 cust_bill_pkg.pm, 1.12.2.2, 1.12.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list