Improvement of standard themes. 2 small gif files added. Shown upper right.
[fa-stable.git] / frontaccounting.php
index 2e81867be205511bdce83731087987e264260c10..326f74ae8cfd540c96b3e14502fccf0938b43a57 100644 (file)
@@ -15,6 +15,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        include_once($path_to_root . '/applications/customers.php');
        include_once($path_to_root . '/applications/suppliers.php');
        include_once($path_to_root . '/applications/inventory.php');
+       include_once($path_to_root . '/applications/fixed_assets.php');
        include_once($path_to_root . '/applications/manufacturing.php');
        include_once($path_to_root . '/applications/dimensions.php');
        include_once($path_to_root . '/applications/generalledger.php');
@@ -78,6 +79,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
                        $this->add_application(new suppliers_app());
                        $this->add_application(new inventory_app());
                        $this->add_application(new manufacturing_app());
+                   $this->add_application(new assets_app());
                        $this->add_application(new dimensions_app());
                        $this->add_application(new general_ledger_app());