mirror of
https://github.com/frappe/books.git
synced 2024-12-22 19:09:01 +00:00
fix(ui): rename Tax label to Tax Template
This commit is contained in:
parent
29a2aced94
commit
d485bf46d7
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Tax",
|
"name": "Tax",
|
||||||
"label": "Tax",
|
"label": "Tax Template",
|
||||||
"naming": "manual",
|
"naming": "manual",
|
||||||
"isSingle": false,
|
"isSingle": false,
|
||||||
"isChild": false,
|
"isChild": false,
|
||||||
|
@ -269,7 +269,7 @@ function getCompleteSidebar(): SidebarConfig {
|
|||||||
route: '/chart-of-accounts',
|
route: '/chart-of-accounts',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: t`Taxes`,
|
label: t`Tax Templates`,
|
||||||
name: 'taxes',
|
name: 'taxes',
|
||||||
route: '/list/Tax',
|
route: '/list/Tax',
|
||||||
schemaName: 'Tax',
|
schemaName: 'Tax',
|
||||||
|
Loading…
Reference in New Issue
Block a user