diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-20 03:59:13 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-20 03:59:13 +0000 |
commit | 5469e9016ccfbbbf58e1630a39461a686a106355 (patch) | |
tree | a1c806eff6344f72b76dc2ef860535c02d95d450 /UI/ct-search.html | |
parent | 4e500228f3066b14c987910f0afa53ed320b480e (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.html | 9 |
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> |