[Vtigercrm-commits] [vtiger-commits] r9228 - in /vtigercrm/trunk/modules: Invoice/Invoice.js Quotes/Quote.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 31 06:36:30 EDT 2006
Author: saraj
Date: Thu Aug 31 04:36:25 2006
New Revision: 9228
Log:
changes made to fix the calendar related issue --Minnie
Modified:
vtigercrm/trunk/modules/Invoice/Invoice.js
vtigercrm/trunk/modules/Quotes/Quote.js
Modified: vtigercrm/trunk/modules/Invoice/Invoice.js
==============================================================================
--- vtigercrm/trunk/modules/Invoice/Invoice.js (original)
+++ vtigercrm/trunk/modules/Invoice/Invoice.js Thu Aug 31 04:36:25 2006
@@ -39,7 +39,7 @@
window.opener.document.EditView.elements["txtQty"+curr_row].focus()
}
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/Quotes/Quote.js
==============================================================================
--- vtigercrm/trunk/modules/Quotes/Quote.js (original)
+++ vtigercrm/trunk/modules/Quotes/Quote.js Thu Aug 31 04:36:25 2006
@@ -36,7 +36,7 @@
window.opener.document.EditView1.quote_id.value = product_id;
}
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