diff options
| author | ivan <ivan> | 2008-06-03 21:06:39 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-06-03 21:06:39 +0000 |
| commit | 6be7872bb072adb8195a590ffd72d861b5f4f010 (patch) | |
| tree | 12b37d2a5193016438c74ddb5d0b80e9109c5ac1 /httemplate/view | |
| parent | 6e96e409aa96f41410fe195db3f24634ce38a9fd (diff) | |
very basic start at adding quantities
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 0ef9e6c66..cc2c3ac14 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -78,7 +78,13 @@ Current packages <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') ) { |
