[Vtigercrm-commits] [vtiger-commits] r5257 - /vtigercrm/trunk/modules/PriceBooks/PriceBooksAjax.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 05:39:43 EDT 2006


Author: saraj
Date: Mon Apr 24 03:39:38 2006
New Revision: 5257

Log:
Added the quickcreate feature for pricebooks  module - Ahmed

Modified:
    vtigercrm/trunk/modules/PriceBooks/PriceBooksAjax.php

Modified: vtigercrm/trunk/modules/PriceBooks/PriceBooksAjax.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/PriceBooksAjax.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/PriceBooksAjax.php Mon Apr 24 03:39:38 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