[Vtigercrm-commits] [vtiger-commits] r5466 - /vtigercrm/trunk/modules/Vendors/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:14:43 EDT 2006
Author: richie
Date: Thu Apr 27 02:14:39 2006
New Revision: 5466
Log:
update info made dynamic. Fixes #245
Modified:
vtigercrm/trunk/modules/Vendors/CallRelatedList.php
Modified: vtigercrm/trunk/modules/Vendors/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Vendors/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Vendors/CallRelatedList.php Thu Apr 27 02:14:39 2006
@@ -38,7 +38,7 @@
$smarty->assign("CATEGORY",$category);
if(isset($focus->name))
-
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->assign("NAME", $focus->name);
$smarty->assign("id",$focus->id);
$smarty->assign("ID",$RECORD );
More information about the vtigercrm-commits
mailing list