Restore of the 4 include files in types.inc
[fa-stable.git] / includes / types.inc
index 86dd7d72c936a93b0f1997b86141b7d51cb90326..754ddb727f7ae036ddbe9d4c2ea8a0fc579c183c 100644 (file)
@@ -100,6 +100,10 @@ $tabs = array('orders'=>_("Sales"),
                        'GL'=>_("Banking and General Ledger"),
                        'system'=>_("Setup"));
 
+include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc");
+include_once($path_to_root . "/purchasing/includes/purchasing_db.inc");
+include_once($path_to_root . "/sales/includes/sales_db.inc");
+include_once($path_to_root . "/dimensions/includes/dimensions_db.inc");
 //----------------------------------------------------------------------------------
 //     Payment types
 //