diff --git a/src/sidebarConfig.js b/src/sidebarConfig.js index 2f431ea9..0eab0515 100644 --- a/src/sidebarConfig.js +++ b/src/sidebarConfig.js @@ -99,12 +99,7 @@ const config = { label: _('GSTR1'), route: '/report/gstr-1', hidden: () => frappe.AccountingSettings.country !== 'India', - }, - { - label: _('GSTR2'), - route: '/report/gstr-2', - hidden: () => frappe.AccountingSettings.country !== 'India', - }, + } ], }, {