Notes Date modified displaying/Sorting diferently than Emails in the history of an opportunity
I am currently running Version 4.5.1d (Build 1273) Please point me in the right direction to make this uniform so the sort function work correctly.
Notes Date modified displaying/Sorting diferently than Emails in the history of an opportunity
I am currently running Version 4.5.1d (Build 1273) Please point me in the right direction to make this uniform so the sort function work correctly.
Hi!
The problem is in the file modules/Notes/Note.php
there is a code
$note_fields["DATE_MODIFIED"] = substr($note_fields["DATE_MODIFIED"], 0 , 10);
just remove it and everything will be ok
or hide that code
//$note_fields["DATE_MODIFIED"] = substr($note_fields["DATE_MODIFIED"], 0 , 10);
Hope it will help you.
Petro Blagodir
petro@blagodir.ua
http://www.blagodir.com
Blagodir Ltd.( SugarCRM - Consultations, Development and Support)
if everything is ok you will see something like this.
Petro Blagodir
petro@blagodir.ua
http://www.blagodir.com
Blagodir Ltd.( SugarCRM - Consultations, Development and Support)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks