[Vtigercrm-commits] [vtiger-commits] r10998 - /vtigercrm/branches/5.0.3/include/PopulateComboValues.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 23 16:44:23 EDT 2007


Author: richie
Date: Wed May 23 14:44:18 2007
New Revision: 10998

Log:
changes for potentials salesstage value noneditable -Allen .Fixes #3734 

Modified:
    vtigercrm/branches/5.0.3/include/PopulateComboValues.php

Modified: vtigercrm/branches/5.0.3/include/PopulateComboValues.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/PopulateComboValues.php (original)
+++ vtigercrm/branches/5.0.3/include/PopulateComboValues.php Wed May 23 14:44:18 2007
@@ -75,6 +75,7 @@
 		$noneditable_tables = Array("ticketstatus","taskstatus","eventstatus","eventstatus","faqstatus","quotestage","postatus","sostatus","invoicestatus");
 		$noneditable_values = Array(
 						"sales_stage"=>"Closed Won",
+						"sales_stage"=>"Closed Lost",
 					   );
 		foreach($noneditable_tables as $picklistname)
 		{





More information about the vtigercrm-commits mailing list