fix order package UI layout when there aren't any sales people for an agent, RT#24955
[freeside.git] / httemplate / misc / order_pkg.html
index febe427..03531bf 100644 (file)
@@ -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') ) {