[Vtigercrm-commits] [vtiger-commits] r5256 - /vtigercrm/trunk/modules/Vendors/VendorsAjax.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 05:37:16 EDT 2006
Author: saraj
Date: Mon Apr 24 03:37:11 2006
New Revision: 5256
Log:
Added the quickcreate feature for vendors module - Ahmed
Modified:
vtigercrm/trunk/modules/Vendors/VendorsAjax.php
Modified: vtigercrm/trunk/modules/Vendors/VendorsAjax.php
==============================================================================
--- vtigercrm/trunk/modules/Vendors/VendorsAjax.php (original)
+++ vtigercrm/trunk/modules/Vendors/VendorsAjax.php Mon Apr 24 03:37:11 2006
@@ -43,6 +43,10 @@
echo ":#:FAILURE";
}
}
+elseif($_REQUEST['ajaxmode'] == 'qcreate')
+{
+ require_once('quickcreate.php');
+}
else
{
require_once('include/Ajax/CommonAjax.php');
More information about the vtigercrm-commits
mailing list