[Vtigercrm-commits] [vtiger-commits] r5461 - /vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 04:12:57 EDT 2006


Author: richie
Date: Thu Apr 27 02:12:53 2006
New Revision: 5461

Log:
update info made dynamic. Fixes #245

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

Modified: vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/CallRelatedList.php Thu Apr 27 02:12:53 2006
@@ -44,6 +44,7 @@
 $smarty->assign("MODULE",$currentmodule);
 $smarty->assign("RELATEDLISTS", $related_array);
 $smarty->assign("SINGLE_MOD","PriceBook");
+$smarty->assign("UPDATEINFO",updateInfo($focus->id));
 $smarty->display("RelatedLists.tpl");
 
 ?>





More information about the vtigercrm-commits mailing list