diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-22 03:59:09 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-22 03:59:09 +0000 |
commit | a7badcbfb8db7f379590d66031137efb9f65717c (patch) | |
tree | 28f71ed65ad68ef8865ec721bbaffaa71ad86660 /UI/Customer/customer.html | |
parent | 0190093b09369a6fcf50887620a65b242199478e (diff) |
More customer fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1889 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Customer/customer.html')
-rw-r--r-- | UI/Customer/customer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/Customer/customer.html b/UI/Customer/customer.html index ef0b79e1..5fb8a1be 100644 --- a/UI/Customer/customer.html +++ b/UI/Customer/customer.html @@ -180,7 +180,7 @@ </tr> <?lsmb FOREACH loc = locations ?> <tr> - <td class="type"><?lsmb loc.type ?></td> + <td class="type"><?lsmb loc.class ?></td> <td class="line_one"><?lsmb loc.line_one ?></td> <td class="city"><?lsmb loc.city ?></td> <td class="state"><?lsmb loc.state ?></td> @@ -198,7 +198,7 @@ </table> <div> <label for="loc_type"><?lsmb text('Type:') ?></label> - <select name='loc_type'> + <select id='loc_type' name="location_class"> <?lsmb FOREACH lc = location_class ?> <option value="<?lsmb lc.id ?>"><?lsmb lc.class ?></option> <?lsmb END ?> |