[Vtigercrm-commits] [vtiger-commits] r4496 - /vtigercrm/trunk/modules/PriceBooks/PriceBook.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 23:40:52 EST 2006
Author: saraj
Date: Mon Mar 27 21:40:48 2006
New Revision: 4496
Log:
junk code has been 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 27 21:40:48 2006
@@ -136,9 +136,6 @@
}
}
-function set_focus()
-{
-}
function cancelForm(frm)
{
window.history.back();
@@ -235,8 +232,6 @@
var fldId = getOpenerObj("vendor_id");
fldName.value = vendor_name;
fldId.value = vendor_id;
- //window.opener.document.EditView.vendor_name.value = vendor_name;
- //window.opener.document.EditView.vendor_id.value = vendor_id;
}
function set_return_inventory_pb(listprice, fldname)
{
More information about the vtigercrm-commits
mailing list