2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +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'),
icon: getIcon('reports'),
action() {
router.push('/report/general-ledger');
},
items: [
{
label: _('General Ledger'),