summaryrefslogtreecommitdiff
path: root/UI/ct-search.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-20 03:59:13 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-20 03:59:13 +0000
commit5469e9016ccfbbbf58e1630a39461a686a106355 (patch)
treea1c806eff6344f72b76dc2ef860535c02d95d450 /UI/ct-search.html
parent4e500228f3066b14c987910f0afa53ed320b480e (diff)
Making account numbers clickable on customer/vendor screen, correcting contact editing population (needs a little more work there), and adding control code search
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2285 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/ct-search.html')
-rw-r--r--UI/ct-search.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/UI/ct-search.html b/UI/ct-search.html
index bd0dfaf6..3f6f9514 100644
--- a/UI/ct-search.html
+++ b/UI/ct-search.html
@@ -15,6 +15,15 @@
<th align="right"><?lsmb text('Company Name') ?></th>
<td><?lsmb PROCESS input element_data={size => '32', name => '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 PROCESS input element_data={size => '32', name => 'contact'} ?></td>