diff options
author | ivan <ivan> | 2001-09-11 09:56:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-11 09:56:27 +0000 |
commit | 89301379ac6f1e2ebab203e458849001d3f8fb49 (patch) | |
tree | d01bad0d55b733a6238d5d95cb3ea9d950d03c91 /httemplate/view | |
parent | 657f97bbcfd5c778aee1f1c1d82c48f4e0bc286f (diff) |
fix quick order
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index b3ea336e9..174c08760 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: cust_main.cgi,v 1.9 2001-09-04 14:44:07 ivan Exp $ --> +#<!-- $Id: cust_main.cgi,v 1.10 2001-09-11 09:56:27 ivan Exp $ --> use strict; use vars qw ( $cgi $query $custnum $cust_main $hashref $agent $referral @@ -252,7 +252,7 @@ print '</TD></TR></TABLE>'; print '<BR>'. '<FORM ACTION="'.popurl(2).'edit/process/quick-cust_pkg.cgi" METHOD="POST">'. qq!<INPUT TYPE="hidden" NAME="custnum" VALUE="$custnum">!. - '<SELECT NAME="pkgpart"><OPTION>'; + '<SELECT NAME="pkgpart"><OPTION> '; foreach my $type_pkgs ( qsearch('type_pkgs',{'typenum'=> $agent->typenum }) ) { my $pkgpart = $type_pkgs->pkgpart; |