[Vtigercrm-commits] [vtiger-commits] r6815 - /vtigercrm/trunk/modules/Calendar/script.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 00:28:58 EDT 2006
Author: saraj
Date: Tue May 30 22:28:49 2006
New Revision: 6815
Log:
due date value added
Modified:
vtigercrm/trunk/modules/Calendar/script.js
Modified: vtigercrm/trunk/modules/Calendar/script.js
==============================================================================
--- vtigercrm/trunk/modules/Calendar/script.js (original)
+++ vtigercrm/trunk/modules/Calendar/script.js Tue May 30 22:28:49 2006
@@ -104,6 +104,7 @@
document.appSave.activitytype[1].checked = true;
document.appSave.date_start.value = startdate;
+ document.appSave.due_date.value = enddate;
document.appSave.starthr.value = starthr;
document.appSave.startmin.value = startmin;
document.appSave.startfmt.value = startfmt;
More information about the vtigercrm-commits
mailing list