X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=3636a4936e3eee4287504da194059956ee210755;hb=cb04035914c02ff40b6c1c8c34684663bec432b6;hp=f9acce38cc845a187c0935d7c961f271c20777be;hpb=40a9d669c6b862a3656ddce95bbb04ee75978b13;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index f9acce38..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");