summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2008-06-03 21:06:22 +0000
committerivan <ivan>2008-06-03 21:06:22 +0000
commit59e56007d602991c13fcb18e928762c070c394e6 (patch)
treea00adaf397b1cf409943121920337d6cde0475b9 /httemplate/view
parent6e378bcfac9d6a5107ba4154b3882aa7ea512905 (diff)
very basic start at adding quantities
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_main/packages.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index 783494167..b71bdee31 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -87,6 +87,10 @@ Current packages
<% $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;