From b799e8a48e0ea4e192d51fc445c3bee14c55e687 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Aug 2013 16:23:24 -0700 Subject: continue sales person work: customer and package selection, commissions, reporting. RT#23402 --- httemplate/search/report_cust_pkg.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'httemplate/search') diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index 6cf297c91..0a17344b8 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -16,9 +16,24 @@ <% include( '/elements/tr-select-agent.html', 'curr_value' => scalar( $cgi->param('agentnum') ), 'disable_empty' => 0, + 'onchange' => 'agent_changed(this)', ) %> + + <& /elements/tr-select-sales.html, 'label' => 'Customer sales person', 'element_name' => 'cust_main_salesnum', -- cgit v1.2.1