diff options
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-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') ) { |