[Vtigercrm-commits] [vtiger-commits] r9805 - /vtigercrm/branches/5.0.3/modules/Potentials/Potentials.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 08:10:19 EST 2006
Author: richie
Date: Wed Nov 8 06:10:15 2006
New Revision: 9805
Log:
dashboard homepage doesn't display potential stats - fixed
Modified:
vtigercrm/branches/5.0.3/modules/Potentials/Potentials.php
Modified: vtigercrm/branches/5.0.3/modules/Potentials/Potentials.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Potentials/Potentials.php (original)
+++ vtigercrm/branches/5.0.3/modules/Potentials/Potentials.php Wed Nov 8 06:10:15 2006
@@ -37,6 +37,8 @@
var $log;
var $db;
+ var $module_name="Potentials";
+ var $module_id = "potentialid";
var $tab_name = Array('vtiger_crmentity','vtiger_potential','vtiger_potentialscf');
var $tab_name_index = Array('vtiger_crmentity'=>'crmid','vtiger_potential'=>'potentialid','vtiger_potentialscf'=>'potentialid');
More information about the vtigercrm-commits
mailing list