From: Joe Hunt Date: Tue, 15 Sep 2009 09:21:42 +0000 (+0000) Subject: Restore of the 4 include files in types.inc X-Git-Tag: v2.4.2~19^2~1242 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=05ba2d82d4230a8ea991920515cdc2377fcacfd0;p=fa-stable.git Restore of the 4 include files in types.inc --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3abc3dff..e0e6addb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/includes/types.inc b/includes/types.inc index 86dd7d72..754ddb72 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -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 //