mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Remove Payments from sidebar
This commit is contained in:
parent
2dd7176c53
commit
7916619754
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user