[Vtigercrm-commits] [vtiger-commits] r4477 - /vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 22:16:56 EST 2006
Author: saraj
Date: Mon Mar 27 20:16:51 2006
New Revision: 4477
Log:
junk code has been removed
Modified:
vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.js
Modified: vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.js
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.js (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/PurchaseOrder.js Mon Mar 27 20:16:51 2006
@@ -318,8 +318,6 @@
var fldId = getOpenerObj("purchaseorder_id");
fldName.value = product_name;
fldId.value = product_id;
- //window.opener.document.EditView.purchaseorder_name.value = product_name;
- //window.opener.document.EditView.purchaseorder_id.value = product_id;
}
function set_return_formname_specific(formname, product_id, product_name) {
window.opener.document.EditView1.purchaseorder_name.value = product_name;
More information about the vtigercrm-commits
mailing list