[Vtigercrm-commits] [vtiger-commits] r9611 - /vtigercrm/branches/5.0.1/modules/Potentials/Opportunity.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 11:50:36 EDT 2006
Author: richie
Date: Mon Oct 9 09:50:33 2006
New Revision: 9611
Log:
changes made to fix the popup issue in add Todo --Minnie
Modified:
vtigercrm/branches/5.0.1/modules/Potentials/Opportunity.js
Modified: vtigercrm/branches/5.0.1/modules/Potentials/Opportunity.js
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Potentials/Opportunity.js (original)
+++ vtigercrm/branches/5.0.1/modules/Potentials/Opportunity.js Mon Oct 9 09:50:33 2006
@@ -45,7 +45,7 @@
}
function set_return_todo(product_id, product_name) {
- window.opener.document.createTodo.parent_name.value = product_name;
- window.opener.document.createTodo.parent_id.value = product_id;
+ window.opener.document.createTodo.task_parent_name.value = product_name;
+ window.opener.document.createTodo.task_parent_id.value = product_id;
}
More information about the vtigercrm-commits
mailing list