From 9f991af44fca1656eebe4719c14d72c732b111d0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 7 Apr 2010 08:24:12 +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