mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Route to first report on Report click
This commit is contained in:
parent
4fb8ec56d4
commit
37927caf3e
@ -84,6 +84,9 @@ const config = {
|
||||
{
|
||||
title: _('Reports'),
|
||||
icon: getIcon('reports'),
|
||||
action() {
|
||||
router.push('/report/general-ledger');
|
||||
},
|
||||
items: [
|
||||
{
|
||||
label: _('General Ledger'),
|
||||
|
Loading…
Reference in New Issue
Block a user