2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix: removed batch from sidebarConfig

This commit is contained in:
akshayitzme 2023-02-17 10:32:33 +05:30
parent 722d8dd0fc
commit 12ae65600d

View File

@ -95,11 +95,6 @@ async function getInventorySidebar(): Promise<SidebarRoot[]> {
label: t`Stock Balance`,
name: 'stock-balance',
route: '/report/StockBalance',
},
{
label: t`Batch`,
name: 'batch-number',
route: '/list/BatchNumber',
}
],
},