From 51d044c74ff531b744a6b570fe4a178654a0e7da Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 19 Oct 2008 00:38:09 +0000 Subject: add a master custnum field to agents, RT#2933 (roundabout) --- httemplate/edit/agent.cgi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate/edit') diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi index 11bfc5932..0c2520510 100755 --- a/httemplate/edit/agent.cgi +++ b/httemplate/edit/agent.cgi @@ -29,6 +29,18 @@ Agent #<% $agent->agentnum ? $agent->agentnum : "(NEW)" %> + + Master customer + + <% include('/elements/search-cust_main.html', + 'field_name' => 'agent_custnum', + 'curr_value' => $agent->agent_custnum, + 'find_button' => 1, + ) + %> + + + Disable disabled eq 'Y' ? ' CHECKED' : '' %>> -- cgit v1.2.1