[Vtigercrm-commits] [vtiger-commits] r7777 - /vtigercrm/trunk/include/utils/DeleteUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 08:46:43 EDT 2006
Author: saraj
Date: Tue Jul 4 06:46:39 2006
New Revision: 7777
Log:
changes made to fix campaign relatedlist issue
Modified:
vtigercrm/trunk/include/utils/DeleteUtils.php
Modified: vtigercrm/trunk/include/utils/DeleteUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/DeleteUtils.php (original)
+++ vtigercrm/trunk/include/utils/DeleteUtils.php Tue Jul 4 06:46:39 2006
@@ -76,7 +76,7 @@
}
break;
case Potentials:
- if($return_module == 'Accounts')
+ if($return_module == 'Accounts' || $return_module == 'Campaigns')
{
//we can call $focus->mark_deleted($record)
$sql = 'update vtiger_crmentity set deleted = 1 where crmid = '.$record;
More information about the vtigercrm-commits
mailing list