[Vtigercrm-commits] [vtiger-commits] r9191 - /vtigercrm/trunk/include/ComboStrings.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Aug 29 10:57:38 EDT 2006
Author: saraj
Date: Tue Aug 29 08:57:35 2006
New Revision: 9191
Log:
changes made to fix the calendar related issue --Minnie
Modified:
vtigercrm/trunk/include/ComboStrings.php
Modified: vtigercrm/trunk/include/ComboStrings.php
==============================================================================
--- vtigercrm/trunk/include/ComboStrings.php (original)
+++ vtigercrm/trunk/include/ComboStrings.php Tue Aug 29 08:57:35 2006
@@ -121,9 +121,12 @@
, 'Held'=>'Held'
, 'Not Held'=>'Not Held'
),
-'taskstatus_dom' => Array('Planned'=>'Planned'
- , 'Completed'=>'Completed'
+'taskstatus_dom' => Array('Not Started'=>'Not Started'
+ , 'In Progress'=>'In Progress'
+ , 'Completed'=>'Completed'
+ , 'Pending Input'=>'Pending Input'
, 'Deferred'=>'Deferred'
+ , 'Planned'=>'Planned'
),
'taskpriority_dom' => Array('High'=>'High'
,'Medium'=>'Medium'
More information about the vtigercrm-commits
mailing list