[Vtigercrm-commits] [vtiger-commits] r10867 - /vtigercrm/branches/5.0.3/modules/Potentials/Delete.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 11 09:16:31 EDT 2007


Author: richie
Date: Fri May 11 07:16:27 2007
New Revision: 10867

Log:
* Fixed the issue in selecting the parenttab when we delete potential from account relatedlist

Modified:
    vtigercrm/branches/5.0.3/modules/Potentials/Delete.php

Modified: vtigercrm/branches/5.0.3/modules/Potentials/Delete.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Potentials/Delete.php (original)
+++ vtigercrm/branches/5.0.3/modules/Potentials/Delete.php Fri May 11 07:16:27 2007
@@ -29,5 +29,5 @@
 
 DeleteEntity($_REQUEST['module'],$_REQUEST['return_module'],$focus,$_REQUEST['record'],$_REQUEST['return_id']);
 
-header("Location: index.php?module=".$_REQUEST['return_module']."&action=".$_REQUEST['return_action']."&record=".$_REQUEST['return_id']."&relmodule=".$_REQUEST['module']);
+header("Location: index.php?module=".$_REQUEST['return_module']."&action=".$_REQUEST['return_action']."&record=".$_REQUEST['return_id']."&relmodule=".$_REQUEST['module']."&parenttab=".$_REQUEST['parenttab']);
 ?>





More information about the vtigercrm-commits mailing list