[Vtigercrm-commits] [vtiger-commits] r4613 - /vtigercrm/trunk/modules/PriceBooks/PriceBook.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 00:47:31 EST 2006


Author: saraj
Date: Tue Mar 28 22:47:26 2006
New Revision: 4613

Log:
alert removed

Modified:
    vtigercrm/trunk/modules/PriceBooks/PriceBook.js

Modified: vtigercrm/trunk/modules/PriceBooks/PriceBook.js
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/PriceBook.js (original)
+++ vtigercrm/trunk/modules/PriceBooks/PriceBook.js Tue Mar 28 22:47:26 2006
@@ -210,12 +210,10 @@
 		}
 	}
 	if(confirm("Are you sure you want to delete the selected "+xx+" records ?"))
-    {
+    	{
 		show("status");
-		alert("in fn")
 		var ajaxObj = new Ajax(ajaxSaveResponse);
 		var urlstring ="module=Users&action=massdelete&return_module=PriceBooks&viewname="+viewid+"&idlist="+idstring;
-		alert(urlstring)
 	    ajaxObj.process("index.php?",urlstring);
 	}
 	else





More information about the vtigercrm-commits mailing list