Merge pull request #24311 from wojosc/patch-14

fix: Update item_tax_template_dashboard.py
This commit is contained in:
Deepesh Garg 2021-01-12 13:09:35 +05:30 committed by GitHub
commit 59e2114419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,8 @@ def get_data():
'items': ['Purchase Invoice', 'Purchase Order', 'Purchase Receipt']
},
{
'items': ['Item']
'label': _('Stock'),
'items': ['Item Groups', 'Item']
}
]
}