Merge branch 'develop' into rename-payment-receives-to-payment-received

This commit is contained in:
Ahmed Bouhuolia
2024-08-14 14:54:48 +02:00
committed by GitHub
64 changed files with 261 additions and 86 deletions

View File

@@ -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,