diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-10 23:04:03 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-10 23:04:03 +0000 |
commit | aeb8fa97fcadab8e48b014f66650dac8ac4d32c4 (patch) | |
tree | dacbcceac0a409eb939ec541e747d0d0f4745c9a /UI/Contact/search.html | |
parent | e068472d5ff78dfaa8d02016435307d07f276a3a (diff) |
Correcting issue saving multiple contact info
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2320 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact/search.html')
-rw-r--r-- | UI/Contact/search.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/Contact/search.html b/UI/Contact/search.html index e90d6564..f0cee902 100644 --- a/UI/Contact/search.html +++ b/UI/Contact/search.html @@ -1,5 +1,6 @@ <?lsmb INCLUDE 'ui-header.html' ?> <?lsmb PROCESS elements.html ?> +<?lsmb account_class = entity_class ?> <body> <?lsmb IF account_class == 1 -?> <?lsmb entity_type = 'Vendor' -?> @@ -19,6 +20,7 @@ } -?> <table width="100%"> <tr><th class="listtop"><?lsmb title ?></th></tr> + <tr><td /></tr> <tr valign="top"> <td> |