diff --git a/src/utils/sidebarConfig.ts b/src/utils/sidebarConfig.ts index c4427d9f..7dfc6005 100644 --- a/src/utils/sidebarConfig.ts +++ b/src/utils/sidebarConfig.ts @@ -95,11 +95,6 @@ async function getInventorySidebar(): Promise { label: t`Stock Balance`, name: 'stock-balance', route: '/report/StockBalance', - }, - { - label: t`Batch`, - name: 'batch-number', - route: '/list/BatchNumber', } ], },