[Vtigercrm-commits] [vtiger-commits] r5154 - /vtigercrm/trunk/modules/Leads/LeadsAjax.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 17 10:33:52 EDT 2006


Author: saraj
Date: Mon Apr 17 08:33:28 2006
New Revision: 5154

Log:
changes made for ajaxification of convertlead

Modified:
    vtigercrm/trunk/modules/Leads/LeadsAjax.php

Modified: vtigercrm/trunk/modules/Leads/LeadsAjax.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/LeadsAjax.php (original)
+++ vtigercrm/trunk/modules/Leads/LeadsAjax.php Mon Apr 17 08:33:28 2006
@@ -42,10 +42,13 @@
 		echo ":#:FAILURE";
 	}
 }
-
 elseif($_REQUEST['ajaxmode'] == 'qcreate')
 {
 	require_once('quickcreate.php');
+}
+elseif($ajaxaction == "convertlead")
+{
+	require_once('modules/Leads/ConvertLead.php');
 }
 else
 {





More information about the vtigercrm-commits mailing list