[Vtigercrm-commits] [vtiger-commits] r4554 - /vtigercrm/trunk/modules/Vendors/Vendor.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 02:02:36 EST 2006
Author: saraj
Date: Tue Mar 28 00:02:31 2006
New Revision: 4554
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/Vendors/Vendor.js
Modified: vtigercrm/trunk/modules/Vendors/Vendor.js
==============================================================================
--- vtigercrm/trunk/modules/Vendors/Vendor.js (original)
+++ vtigercrm/trunk/modules/Vendors/Vendor.js Tue Mar 28 00:02:31 2006
@@ -8,9 +8,6 @@
*
********************************************************************************/
-function set_focus()
-{
-}
function cancelForm(frm)
{
window.history.back();
@@ -124,8 +121,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_address(vendor_id, vendor_name, street, city, state, code, country,pobox )
More information about the vtigercrm-commits
mailing list