diff --git a/site/views/elements/customers.ctp b/site/views/elements/customers.ctp index b2713e5..0f4c78f 100644 --- a/site/views/elements/customers.ctp +++ b/site/views/elements/customers.ctp @@ -2,6 +2,7 @@ // Define the table columns $cols = array(); +$cols['Customer'] = array('index' => 'Customer.id', 'formatter' => 'id'); $cols['Relationship'] = array('index' => 'ContactsCustomer.type', 'formatter' => 'enum'); $cols['Name'] = array('index' => 'Customer.name', 'formatter' => 'longname'); $cols['Last Name'] = array('index' => 'PrimaryContact.last_name', 'formatter' => 'name');