summaryrefslogtreecommitdiff
path: root/UI/Contact/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'UI/Contact/search.html')
-rw-r--r--UI/Contact/search.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/UI/Contact/search.html b/UI/Contact/search.html
index bf6207a7..e90d6564 100644
--- a/UI/Contact/search.html
+++ b/UI/Contact/search.html
@@ -30,6 +30,15 @@
<th align="right"><?lsmb text('Company Name') ?></th>
<td><?lsmb INCLUDE input element_data={size = '32', name = 'legal_name'} ?></td>
</tr>
+ <tr>
+ <th align="right"><?lsmb text('Control Code') ?></th>
+ <td><?lsmb PROCESS input element_data = {
+ size = 32
+ name = "control_code"
+ type = "text"
+ value = control_code
+ } ?></td>
+ </tr>
<tr>
<th align="right"><?lsmb text('Contact') ?></th>
<td><?lsmb INCLUDE input element_data={size = '32', name = 'contact'} ?></td>