From 3a01ee250506e43c8fb882aebb50720823d2d0ad Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Sun, 6 May 2007 21:24:24 +0000 Subject: [PATCH] make it possible to edit an insurance company with a missing name --- templates/insurance_companies/general_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/insurance_companies/general_list.html b/templates/insurance_companies/general_list.html index 62b8e6bdeae..4668a396e82 100644 --- a/templates/insurance_companies/general_list.html +++ b/templates/insurance_companies/general_list.html @@ -6,7 +6,7 @@ {foreach from=$icompanies item=insurancecompany} - {$insurancecompany->name}  + {$insurancecompany->name}  {$insurancecompany->address->city} {$insurancecompany->address->state|upper}  {$insurancecompany->get_x12_default_partner_name()}