[Vtigercrm-commits] [vtiger-commits] r9792 - /vtigercrm/branches/5.0.3/modules/Potentials/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:45:51 EST 2006
Author: richie
Date: Wed Nov 8 00:45:44 2006
New Revision: 9792
Log:
Hard Coded check for releated lists removed
Modified:
vtigercrm/branches/5.0.3/modules/Potentials/DetailView.php
Modified: vtigercrm/branches/5.0.3/modules/Potentials/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Potentials/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Potentials/DetailView.php Wed Nov 8 00:45:44 2006
@@ -100,6 +100,8 @@
$smarty->assign("RELATEDLISTS", $related_array);
}
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
+
$smarty->assign("SinglePane_View", $singlepane_view);
$smarty->display("DetailView.tpl");
More information about the vtigercrm-commits
mailing list