diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-06-25 22:22:21 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-06-25 22:22:21 +0000 |
commit | ecb7951990e6618ba9c2d757279bd0956623999a (patch) | |
tree | 8fc2e78aaa01294ade80c1a0cd9f1d80b9ab6554 /UI/Contact | |
parent | 3210e17917634f23a3e582552d5210f7c13e7b63 (diff) |
Moving company details out of initial workflow.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2174 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact')
-rw-r--r-- | UI/Contact/contact.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 75851e2b..11cac465 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -206,6 +206,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> </form> </div> +<?lsmb IF entity_id ?> <div id="credit_div"> <div class="listtop"><strong>Accounts</strong</div> <table width="100%"> @@ -432,6 +433,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> </form> </div> <?lsmb END ?> +<?lsmb END ?> <?lsmb IF entity_id ?> <div id="location_div" class="container"> <div class="listtop"><?lsmb text('Locations') ?></div> |