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