[Vtigercrm-commits] [vtiger-commits] r7413 - /vtigercrm/trunk/modules/Notes/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 22 00:57:41 EDT 2006


Author: saraj
Date: Wed Jun 21 22:57:37 2006
New Revision: 7413

Log:
title has been changed to notes_title

Modified:
    vtigercrm/trunk/modules/Notes/DetailView.php

Modified: vtigercrm/trunk/modules/Notes/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Notes/DetailView.php (original)
+++ vtigercrm/trunk/modules/Notes/DetailView.php Wed Jun 21 22:57:37 2006
@@ -34,7 +34,7 @@
 if(isset($_REQUEST['record'])) {
    $focus->retrieve_entity_info($_REQUEST['record'],"Notes");
    $focus->id = $_REQUEST['record'];
-   $focus->name=$focus->column_fields['title'];
+   $focus->name=$focus->column_fields['notes_title'];
 }
 if(isset($_REQUEST['isDuplicate']) && $_REQUEST['isDuplicate'] == 'true') {
 	$focus->id = "";





More information about the vtigercrm-commits mailing list