diff options
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 ?> |