diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-09 17:49:14 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-05-09 17:49:14 +0000 |
commit | 7d9e94796fb4e4b76ae739088dc15c858272a90a (patch) | |
tree | 6a248618135dea6587f65c21131601b5bba9b410 /UI/Contact | |
parent | 51b0e95ee7793a6903d4290deed2bbd9e19b006f (diff) |
Correcting issues saving/retriving tax id for vendors/customers, and retrieving the cash id.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2130 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact')
-rw-r--r-- | UI/Contact/contact.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 759d374b..68a14a05 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -220,8 +220,8 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> <td> <?lsmb INCLUDE input element_data = { label = text('Tax Number/SSN:'), - name = "taxnumber", - value = taxnumber, + name = "tax_id", + value = tax_id, type = "text", size = "19" } #' ?> @@ -276,8 +276,8 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> </td> <td> <?lsmb INCLUDE select element_data = { - name = "payment_account_id" - default_values = [payment_account_id] + name = "cash_account_id" + default_values = [cash_account_id] options = cash_acc_list label = text('Payment') text_attr = "text" |