Skip to content

Commit

Permalink
make it possible to edit an insurance company with a missing name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed May 6, 2007
1 parent 9de152e commit 3a01ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/insurance_companies/general_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</tr>
{foreach from=$icompanies item=insurancecompany}
<tr>
<td><a href="{$CURRENT_ACTION}action=edit&id={$insurancecompany->id}">{$insurancecompany->name}</a>&nbsp;</td>
<td><a href="{$CURRENT_ACTION}action=edit&id={$insurancecompany->id}">{$insurancecompany->name}&nbsp;</a></td>
<td>{$insurancecompany->address->city} {$insurancecompany->address->state|upper}&nbsp;</td>
<td>{$insurancecompany->get_x12_default_partner_name()}</td>
</tr>
Expand Down

0 comments on commit 3a01ee2

Please sign in to comment.