[Vtigercrm-commits] [vtiger-commits] r4581 - /vtigercrm/trunk/modules/Products/Product.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 03:08:04 EST 2006


Author: saraj
Date: Tue Mar 28 01:07:59 2006
New Revision: 4581

Log:
junk code has been removed

Modified:
    vtigercrm/trunk/modules/Products/Product.js

Modified: vtigercrm/trunk/modules/Products/Product.js
==============================================================================
--- vtigercrm/trunk/modules/Products/Product.js (original)
+++ vtigercrm/trunk/modules/Products/Product.js Tue Mar 28 01:07:59 2006
@@ -17,7 +17,6 @@
 }
 function updateListPrice(unitprice,fieldname)
 {
-	//document.addToPB.elements[fieldname].value=unitprice;
 	var elem=document.addToPB.elements;
         var i;
         for(i=0; i<elem.length; i++)
@@ -28,9 +27,6 @@
                 }
         }
 
-}
-function set_focus()
-{
 }
 function cancelForm(frm)
 {
@@ -133,8 +129,6 @@
         var fldId = getOpenerObj("product_id");
         fldName.value = product_name;
         fldId.value = product_id;
-	//window.opener.document.EditView.product_name.value = product_name;
-        //window.opener.document.EditView.product_id.value = product_id;
 }
 
 function set_return_formname_specific(formname,product_id, product_name) {





More information about the vtigercrm-commits mailing list