diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-agent.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-agent.html b/httemplate/elements/tr-select-agent.html index 69cd95cb0..44df3fc7d 100644 --- a/httemplate/elements/tr-select-agent.html +++ b/httemplate/elements/tr-select-agent.html @@ -2,6 +2,9 @@ <INPUT TYPE="hidden" NAME="<% $opt{'field'} || 'agentnum' %>" VALUE="<% $agents[0]->agentnum %>"> +%# YUCK. empty row so we don't throw g_row in edit.html off :/ + <TR> + </TR> % } else { <TR> |