[Vtigercrm-commits] [vtiger-commits] r10694 - /vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 16 03:02:03 EDT 2007


Author: richie
Date: Mon Apr 16 01:01:59 2007
New Revision: 10694

Log:
comma included in array elements. --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php

Modified: vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php (original)
+++ vtigercrm/branches/5.0.3/modules/CustomView/PopulateCustomView.php Mon Apr 16 01:01:59 2007
@@ -274,13 +274,13 @@
 		   Array('vtiger_quotes:subject:subject:Quotes_Subject:V',
                          'vtiger_quotes:quotestage:quotestage:Quotes_Quote_Stage:V',
                          'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:I',
-			 'vtiger_account:accountname:accountname:Quotes_Account_Name:V'
+			 'vtiger_account:accountname:accountname:Quotes_Account_Name:V',
                          'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D',
 			 'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),
 
 		   Array('vtiger_quotes:subject:subject:Quotes_Subject:V',
                          'vtiger_quotes:potentialid:potential_id:Quotes_Potential_Name:I',
-			 'vtiger_account:accountname:accountname:Quotes_Account_Name:V'
+			 'vtiger_account:accountname:accountname:Quotes_Account_Name:V',
                          'vtiger_quotes:validtill:validtill:Quotes_Valid_Till:D',
                          'vtiger_crmentity:smownerid:assigned_user_id:Quotes_Assigned_To:V'),
 			





More information about the vtigercrm-commits mailing list