diff options
Diffstat (limited to 'httemplate/view')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 4 |
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 ) { + Quantity: <B><% $cust_pkg->quantity %></B><BR> +% } + <FONT SIZE=-1> % unless ( $cust_pkg->get('cancel') ) { % my $br = 0; |
