From 7916619754adabb61d510ae42516e8e778569cbc Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 4 Dec 2019 22:55:12 +0530 Subject: [PATCH] fix: Remove Payments from sidebar --- src/sidebarConfig.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/sidebarConfig.js b/src/sidebarConfig.js index f721b4b7..dc6ee4d5 100644 --- a/src/sidebarConfig.js +++ b/src/sidebarConfig.js @@ -26,10 +26,6 @@ const config = { label: _('Invoice'), route: '/list/SalesInvoice' }, - { - label: _('Payments'), - route: '/list/Payment' - }, { label: _('Customers'), route: '/list/Customer' @@ -59,10 +55,6 @@ const config = { label: _('Bill'), route: '/list/PurchaseInvoice' }, - { - label: _('Payments'), - route: '/list/Payment' - }, { label: _('Suppliers'), route: '/list/Supplier'