[Vtigercrm-commits] [vtiger-commits] r5464 - /vtigercrm/trunk/modules/Quotes/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:13:49 EDT 2006


Author: richie
Date: Thu Apr 27 02:13:45 2006
New Revision: 5464

Log:
update info made dynamic. Fixes #245

Modified:
    vtigercrm/trunk/modules/Quotes/CallRelatedList.php

Modified: vtigercrm/trunk/modules/Quotes/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/Quotes/CallRelatedList.php Thu Apr 27 02:13:45 2006
@@ -35,5 +35,6 @@
 $smarty->assign("ID",$RECORD );
 $smarty->assign("MODULE",$currentmodule);
 $smarty->assign("SINGLE_MOD","Quote");
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
 $smarty->display("RelatedLists.tpl");
 ?>





More information about the vtigercrm-commits mailing list