<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    yeah, I mentioned this a while back. Bug in
    modules/Emails/Emails.php, same thing in the quotes module I think.<br>
    <br>
    -------- Forwarded Message --------
    <table class="moz-email-headers-table" border="0" cellpadding="0"
      cellspacing="0">
      <tbody>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Subject: </th>
          <td>emails related lists in vtiger 6.3</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Date: </th>
          <td>Fri, 03 Jul 2015 13:57:37 +0100</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">From: </th>
          <td>Alan Bell <a class="moz-txt-link-rfc2396E" href="mailto:alan.bell@libertus.co.uk"><alan.bell@libertus.co.uk></a></td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">To: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:vtigercrm-developers@lists.vtigercrm.com">vtigercrm-developers@lists.vtigercrm.com</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>in 6.3.0 there has been a change to the function getRelatedListFields in 
modules/Vtiger/models/Module.php, it now expects columnname to be the 
[1]th element of the array that is in list_fields.

In modules/Emails/Emails.php there is:

        var $list_fields = Array(
                'Subject' => Array('activity' => 'subject'),
                'Related to' => Array('seactivityrel' => 'parent_id'),
                'Date Sent' => Array('activity' => 'date_start'),
        'Time Sent' => Array('activity' => 'time_start'),
                'Assigned To' => Array('crmentity', 'smownerid'),
                'Access Count' => Array('email_track', 'access_count')
        );

this has been like that for a long time. Note carefully the last two 
arrays have a comma, and the previous ones have =>
These things together are breaking the related list of emails on 
organisations and contacts and so on, so that you only see the time 
sent, assigned to and access count columns.

Alan.
</pre>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 25/08/15 15:50, Ranieri wrote:<br>
    </div>
    <blockquote
cite="mid:CADqK1=AFvp09gmE3qJ0TNg9KUr5fUXO8J8y=OpHvFRLTiP1KXw@mail.gmail.com"
      type="cite">
      <div dir="ltr">yes for me not show right date ... always displayed
        00:00:00 ...</div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">2015-08-25 11:39 GMT-03:00 Simone
          Travaglini <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:simonetravaglini@gmail.com" target="_blank">simonetravaglini@gmail.com</a>></span>:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hi after migration to 6.3 now related list of
              email are not shown correctly, is not show subject and
              date, but only hour, assigned to and counter.
              <div>Anyone faced same problem?<span class="HOEnZb"><font
                    color="#888888"><br clear="all">
                    <div><br>
                    </div>
                    -- <br>
                    <div>Simone Travaglini<br>
                      328 5499846<br>
                      Linkedin: Simone Travaglini <br>
                      <br>
                      <br>
                      <span style="color:rgb(51,204,0)">Rispetta
                        l'ambiente: non stampare questa mail se non ti è
                        veramente necessario!</span><br>
                    </div>
                  </font></span></div>
            </div>
            <br>
            _______________________________________________<br>
            <a moz-do-not-send="true" href="http://www.vtiger.com/"
              rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
  </body>
</html>