Restore of the 4 include files in types.inc
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 15 Sep 2009 09:21:42 +0000 (09:21 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 15 Sep 2009 09:21:42 +0000 (09:21 +0000)
CHANGELOG.txt
includes/types.inc

index 3abc3dffaa2354cca733c08d1ced2b6d200ab10f..e0e6addb4886db21e6b412e41964181de09607b8 100644 (file)
@@ -21,6 +21,7 @@ $ -> Affected files
 
 15-Sep-2009 Janusz Dobrowolski/Joe Hunt
 # Fixed journal entry type and systype selectors
+# Restore of the 4 include files in types.inc
 $ /includes/types.inc
 ! Cleanup
 $ /includes/ui/ui_lists.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
 //