mirror of
https://github.com/frappe/books.git
synced 2025-01-11 10:38:14 +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'),
|
title: _('Reports'),
|
||||||
icon: getIcon('reports'),
|
icon: getIcon('reports'),
|
||||||
|
action() {
|
||||||
|
router.push('/report/general-ledger');
|
||||||
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: _('General Ledger'),
|
label: _('General Ledger'),
|
||||||
|
Loading…
Reference in New Issue
Block a user