diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 7f82ad88b..cde9835ce 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -35,6 +35,7 @@ $routes->add('reports/graphical_summary_discounts', 'Reports::summary_discounts_ $routes->add('reports/graphical_(:any)', 'Reports::date_input'); $routes->add('reports/inventory_(:any)/(:any)', 'Reports::Inventory_$1/$2'); +$routes->add('reports/inventory_low', 'Reports::inventory_low'); $routes->add('reports/inventory_summary', 'Reports::inventory_summary_input'); $routes->add('reports/inventory_summary/(:any)/(:any)/(:any)', 'Reports::inventory_summary/$1/$2/$3'); diff --git a/app/Views/configs/barcode_config.php b/app/Views/configs/barcode_config.php index 031425201..111015649 100644 --- a/app/Views/configs/barcode_config.php +++ b/app/Views/configs/barcode_config.php @@ -126,7 +126,7 @@
- 'control-label col-xs-2']) ?> + 'control-label col-xs-2']) ?>
settings['barcode_formats']);