[Vtigercrm-commits] [vtiger-commits] r4333 - /vtigercrm/trunk/modules/PriceBooks/PriceBook.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 20 07:27:19 EST 2006
Author: saraj
Date: Mon Mar 20 05:27:15 2006
New Revision: 4333
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 Mon Mar 20 05:27:15 2006
@@ -214,10 +214,8 @@
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