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

fix: Remove Payments from sidebar

This commit is contained in:
Faris Ansari 2019-12-04 22:55:12 +05:30
parent 2dd7176c53
commit 7916619754

View File

@ -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'