Code cleanup.
[fa-stable.git] / inventory / includes / inventory_db.inc
index b48fc54aa5b5fddab0f8e8e50ec7277f7505dcea..803742937915fd981606d814e604f462646905a5 100644 (file)
@@ -7,10 +7,12 @@ include_once($path_to_root . "/includes/manufacturing.inc");
 include_once($path_to_root . "/inventory/includes/db/items_category_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_trans_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_prices_db.inc");
+include_once($path_to_root . "/inventory/includes/db/items_codes_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_locations_db.inc");
 include_once($path_to_root . "/inventory/includes/db/movement_types_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_adjust_db.inc");
 include_once($path_to_root . "/inventory/includes/db/items_transfer_db.inc");
+include_once($path_to_root . "/inventory/includes/db/items_units_db.inc");
 
 ?>
\ No newline at end of file