From 8b2b3f00e7c857de3a9bab764c415478acc83e27 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 7 Apr 2010 08:24:11 +0000 Subject: [PATCH] also in agent edit, fix form getting submitted before customer search can complete. throws "status connecting to" error and custnum does not get filled in, RT#8014 --- httemplate/edit/agent.cgi | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/httemplate/edit/agent.cgi b/httemplate/edit/agent.cgi index a0af9fa44..30a0865d3 100755 --- a/httemplate/edit/agent.cgi +++ b/httemplate/edit/agent.cgi @@ -4,7 +4,20 @@ <% include('/elements/error.html') %> -
+ + + + Agent #<% $agent->agentnum ? $agent->agentnum : "(NEW)" %> -- 2.11.0