2
0
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:
Faris Ansari 2019-11-28 00:08:28 +05:30
parent 4fb8ec56d4
commit 37927caf3e

View File

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