mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
fix(ui): Payment purpose in the title
This commit is contained in:
parent
daebdb0ea9
commit
cf0224eb85
@ -85,7 +85,7 @@ function getCompleteSidebar(): SidebarConfig {
|
||||
{
|
||||
label: t`Sales Payments`,
|
||||
name: 'payments',
|
||||
route: '/list/Payment/paymentType/Receive',
|
||||
route: `/list/Payment/paymentType/Receive/${t`Sales Payments`}`,
|
||||
schemaName: 'Payment',
|
||||
},
|
||||
{
|
||||
@ -117,7 +117,7 @@ function getCompleteSidebar(): SidebarConfig {
|
||||
{
|
||||
label: t`Purchase Payments`,
|
||||
name: 'payments',
|
||||
route: '/list/Payment/paymentType/Pay',
|
||||
route: `/list/Payment/paymentType/Pay/${t`Purchase Payments`}`,
|
||||
schemaName: 'Payment',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user