[Vtigercrm-commits] [vtiger-commits] r7850 - /vtigercrm/trunk/modules/Users/DefaultDataPopulator.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 07:10:30 EDT 2006


Author: richie
Date: Wed Jul  5 05:10:18 2006
New Revision: 7850

Log:
calendar and Activities added to Sales Tab

Modified:
    vtigercrm/trunk/modules/Users/DefaultDataPopulator.php

Modified: vtigercrm/trunk/modules/Users/DefaultDataPopulator.php
==============================================================================
--- vtigercrm/trunk/modules/Users/DefaultDataPopulator.php (original)
+++ vtigercrm/trunk/modules/Users/DefaultDataPopulator.php Wed Jul  5 05:10:18 2006
@@ -2156,6 +2156,8 @@
 	$this->db->query("insert into vtiger_parenttabrel values (2,17,7)");
         $this->db->query("insert into vtiger_parenttabrel values (4,17,9)");
 	$this->db->query("insert into vtiger_parenttabrel values (2,8,8)");
+	$this->db->query("insert into vtiger_parenttabrel values (3,9,11)");
+	$this->db->query("insert into vtiger_parenttabrel values (3,17,12)");
 		
 	//Added to populate the default inventory tax informations
 	$this->db->query("insert into vtiger_inventorytaxinfo values(".$this->db->getUniqueID("vtiger_inventorytaxinfo").",'VAT','4.5')");





More information about the vtigercrm-commits mailing list