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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 07:39:55 EDT 2006


Author: richie
Date: Tue Jul  4 05:39:52 2006
New Revision: 7771

Log:
Notes added to Marketing 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 Tue Jul  4 05:39:52 2006
@@ -2155,6 +2155,7 @@
 	$this->db->query("insert into vtiger_parenttabrel values (4,9,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)");
 		
 	//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