[Vtigercrm-commits] [vtiger-commits] r7549 - /vtigercrm/trunk/modules/Users/DefaultDataPopulator.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 27 02:42:23 EDT 2006
Author: richie
Date: Tue Jun 27 00:42:17 2006
New Revision: 7549
Log:
Calendar added for Marketing and support 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 Jun 27 00:42:17 2006
@@ -2165,6 +2165,8 @@
$this->db->query("insert into vtiger_parenttabrel values (2,7,5)");
$this->db->query("insert into vtiger_parenttabrel values (2,9,6)");
$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)");
//Added to populate the default inventory tax informations
$this->db->query("insert into vtiger_inventorytaxinfo values(".$this->db->getUniqueID("inventorytaxinfo").",'VAT','4.5')");
More information about the vtigercrm-commits
mailing list