summaryrefslogtreecommitdiff
path: root/httemplate/misc/order_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-10 21:25:15 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-10 21:25:15 -0700
commita3371bd505dfc1b7791cfe681aa33afb1f77e063 (patch)
tree8dd5774b8c1493003687b16da85f7e2778aef743 /httemplate/misc/order_pkg.html
parent493a5911544a638665eab5096425fd6785e9fe0b (diff)
fix order package UI layout when there aren't any sales people for an agent, RT#24955
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r--httemplate/misc/order_pkg.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html
index febe427f9..03531bf4d 100644
--- a/httemplate/misc/order_pkg.html
+++ b/httemplate/misc/order_pkg.html
@@ -38,7 +38,8 @@
<& /elements/tr-select-sales.html,
'curr_value' => scalar($cgi->param('salesnum')),
- 'th' => 1,
+ 'agentnum' => $agent->agentnum,
+ 'th' => 1,
&>
% if ( $conf->exists('pkg_referral') ) {