Author Topic: Edit companyContact view  (Read 1571 times)

sr7

  • Newbie
  • *
  • Posts: 1
    • View Profile
Edit companyContact view
« on: February 28, 2011, 06:28:46 am »
Hi,

first of all I like to thank this great community for a very good CRM project!!!
Since I started to use it in a pre-Productiv environment, and spoke with the future users, I do have a question how to edit a piece in the Companies view. You can see there in an open-up window the contacts, that are linked to the company with "firstname", "middlename" and "lastname" in a row. If I found the correct file, it is the company_content.php with the lines "$this->assign('contacts', $company->getContacts());
$this->includeTemplate(get_template_path('list_contacts', 'contact'));
...
Now I like to now where I can edit the template (which is referred to with "includeTemplate"?), since I do not only like the "firstname", "middlename" and "lastname" (which is summed up in 'contact'?), but also another column of the database...

Thanks for your efforts,

sr7

Markus

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Edit companyContact view
« Reply #1 on: February 28, 2011, 06:52:36 am »
Hi sr7,

I guess, you looking for <ROOT\application\views\contact\list_contacts.php>. Be aware, that this template might be used a several times in fengoffice...

cheers
markus