mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
Merge branch 'develop' into rename-payment-receives-to-payment-received
This commit is contained in:
@@ -74,7 +74,7 @@ export const SidebarMenu = [
|
||||
},
|
||||
},
|
||||
{
|
||||
text: <T id={'category_list'} />,
|
||||
text: <T id={'categories_list'} />,
|
||||
href: '/items/categories',
|
||||
type: ISidebarMenuItemType.Link,
|
||||
permission: {
|
||||
@@ -265,8 +265,8 @@ export const SidebarMenu = [
|
||||
type: ISidebarMenuItemType.Link,
|
||||
},
|
||||
{
|
||||
text: <T id={'payment_mades'} />,
|
||||
href: '/payment-mades',
|
||||
text: <T id={'payments_made'} />,
|
||||
href: '/payments-made',
|
||||
type: ISidebarMenuItemType.Link,
|
||||
permission: {
|
||||
subject: AbilitySubject.PaymentMade,
|
||||
@@ -299,7 +299,7 @@ export const SidebarMenu = [
|
||||
},
|
||||
{
|
||||
text: <T id={'sidebar.new_payment_made'} />,
|
||||
href: '/payment-mades/new',
|
||||
href: '/payments-made/new',
|
||||
type: ISidebarMenuItemType.Link,
|
||||
permission: {
|
||||
subject: AbilitySubject.PaymentMade,
|
||||
|
||||
Reference in New Issue
Block a user