diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-20 21:06:06 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-20 21:06:06 +0000 |
commit | 49c0b62ecacd828569849c4a05607f4161f0cbac (patch) | |
tree | 778fa12f1a1c33678e5b38300d5b947a5ab716b0 /UI | |
parent | 9924b1bea3e50f6a1570a44d43577bb544e282cc (diff) |
Correcting issues with editing contact info
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2287 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/contact.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 3bf7f1a3..7c22bfe1 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -619,6 +619,16 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> <?lsmb PROCESS input element_data = { type="hidden" + name="old_contact_class" + value=contact_class + } ?> + <?lsmb PROCESS input element_data = { + type="hidden" + name="old_contact" + value=contact + } ?> + <?lsmb PROCESS input element_data = { + type="hidden" name="contact_id" value=contact_id } ?> |