X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=3636a4936e3eee4287504da194059956ee210755;hb=ca45fa23d2d83705e11007acafd52528718ae5aa;hp=7df363ab984f2b389cdcdfc3ed94f53b159776bf;hpb=2e8e792ac86ac0242c38236fa14bf7a005b921a7;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 7df363ab..3636a493 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -89,17 +89,6 @@ $bank_transfer_types = array( _("Cash") ); -//---------------------------------------------------------------------------------- -// Core FA menu tabs (modules) -// -$tabs = array('orders'=>_("Sales"), - 'AP'=>_("Purchases"), - 'stock'=>_("Items and Inventory"), - 'manuf'=>_("Manufacturing"), - 'proj'=>_("Dimensions"), - '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"); @@ -286,7 +275,7 @@ $stock_types = array( define('TAG_ACCOUNT', 1); define('TAG_DIMENSION', 2); -$tag_types_array = array ( +$tag_types = array ( TAG_ACCOUNT => _("Account"), TAG_DIMENSION => _("Dimension") );