mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
fix: Remove Payments from sidebar
This commit is contained in:
parent
2dd7176c53
commit
7916619754
@ -26,10 +26,6 @@ const config = {
|
|||||||
label: _('Invoice'),
|
label: _('Invoice'),
|
||||||
route: '/list/SalesInvoice'
|
route: '/list/SalesInvoice'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: _('Payments'),
|
|
||||||
route: '/list/Payment'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: _('Customers'),
|
label: _('Customers'),
|
||||||
route: '/list/Customer'
|
route: '/list/Customer'
|
||||||
@ -59,10 +55,6 @@ const config = {
|
|||||||
label: _('Bill'),
|
label: _('Bill'),
|
||||||
route: '/list/PurchaseInvoice'
|
route: '/list/PurchaseInvoice'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: _('Payments'),
|
|
||||||
route: '/list/Payment'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: _('Suppliers'),
|
label: _('Suppliers'),
|
||||||
route: '/list/Supplier'
|
route: '/list/Supplier'
|
||||||
|
Loading…
Reference in New Issue
Block a user