[Vtigercrm-commits] [vtiger-commits] r9226 - in /vtigercrm/trunk/modules: Accounts/Account.js Campaigns/Campaign.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 31 06:33:20 EDT 2006
Author: saraj
Date: Thu Aug 31 04:33:15 2006
New Revision: 9226
Log:
changes made to fix the calendar related issue --Minnie
Modified:
vtigercrm/trunk/modules/Accounts/Account.js
vtigercrm/trunk/modules/Campaigns/Campaign.js
Modified: vtigercrm/trunk/modules/Accounts/Account.js
==============================================================================
--- vtigercrm/trunk/modules/Accounts/Account.js (original)
+++ vtigercrm/trunk/modules/Accounts/Account.js Thu Aug 31 04:33:15 2006
@@ -222,7 +222,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;
+}
+
Modified: vtigercrm/trunk/modules/Campaigns/Campaign.js
==============================================================================
--- vtigercrm/trunk/modules/Campaigns/Campaign.js (original)
+++ vtigercrm/trunk/modules/Campaigns/Campaign.js Thu Aug 31 04:33:15 2006
@@ -21,7 +21,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