summaryrefslogtreecommitdiff
path: root/UI/Contact
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-11 01:29:59 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-11 01:29:59 +0000
commitdadb54b1ae14af43eca02a487dc21bfbe20c1227 (patch)
tree608dadb8dada9c377067b9087c0d16c9297016ee /UI/Contact
parent2754d8bdcb9d1e85f569490f21ff931c65d5949a (diff)
Minor Customer/Vendor fixes regarding account dropdowns
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1970 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact')
-rw-r--r--UI/Contact/contact.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index 8ea851e0..3a8d27b3 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -262,6 +262,25 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
</tr>
<tr>
<td> <?lsmb INCLUDE select element_data = {
+ name = "ar_ap_account_id"
+ default_values = [ar_ap_account_id]
+ options = ar_ap_acc_list
+ label = text((account_class == 1) ? 'AP' : 'AR')
+ text_attr = "text"
+ value_attr = "id"
+ } ?>
+ </td>
+ <td> <?lsmb INCLUDE select element_data = {
+ name = "payment_account_id"
+ default_values = [payment_account_id]
+ options = cash_acc_list
+ label = text('Payment')
+ text_attr = "text"
+ value_attr = "id"
+ } ?>
+ </td>
+ <tr>
+ <td> <?lsmb INCLUDE select element_data = {
name = "business_id"
options = business_types
default_values = [business_id]
@@ -270,7 +289,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
label = text('Business Type:') #'
} ?>
</td>
- </td>
+ </tr>
</table>
<hr/>