[Vtigercrm-commits] [vtiger-commits] r5462 - /vtigercrm/trunk/modules/Products/CallRelatedList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:13:17 EDT 2006
Author: richie
Date: Thu Apr 27 02:13:13 2006
New Revision: 5462
Log:
update info made dynamic. Fixes #245
Modified:
vtigercrm/trunk/modules/Products/CallRelatedList.php
Modified: vtigercrm/trunk/modules/Products/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Products/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Products/CallRelatedList.php Thu Apr 27 02:13:13 2006
@@ -40,6 +40,7 @@
$smarty->assign("id",$focus->id);
$smarty->assign("ID",$RECORD );
$smarty->assign("MODULE",$currentmodule);
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
$smarty->assign("SINGLE_MOD","Product");
$smarty->display("RelatedLists.tpl");
More information about the vtigercrm-commits
mailing list