[Vtigercrm-commits] [vtiger-commits] r10817 - /vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 30 07:24:46 EDT 2007
Author: richie
Date: Mon Apr 30 05:24:38 2007
New Revision: 10817
Log:
fix for Activities Related to not displaying in editview --minnie
Modified:
vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php Mon Apr 30 05:24:38 2007
@@ -664,10 +664,9 @@
elseif($uitype == 66)
{
if(isset($_REQUEST['parent_id']) && $_REQUEST['parent_id'] != '')
- {
$value = $_REQUEST['parent_id'];
+ if($value != '')
$parent_module = getSalesEntityType($value);
- }
// Check for vtiger_activity type if task orders to be added in select option
$act_mode = $_REQUEST['activity_mode'];
More information about the vtigercrm-commits
mailing list