customers
This commit is contained in:
@@ -77,21 +77,21 @@ const nearle = {
|
||||
icon: AiOutlineBarChart,
|
||||
children: [
|
||||
{
|
||||
id: 'OrderSummary',
|
||||
id: 'orderSummary',
|
||||
title: <FormattedMessage id="OrderSummary" />,
|
||||
type: 'item',
|
||||
url: '/nearle/reports/ordersummary',
|
||||
icon: TbListDetails
|
||||
},
|
||||
{
|
||||
id: 'OrdersDetails',
|
||||
id: 'ordersDetails',
|
||||
title: <FormattedMessage id="OrdersDetails" />,
|
||||
type: 'item',
|
||||
url: '/nearle/reports/ordersdetails',
|
||||
icon: AiOutlineDashboard
|
||||
},
|
||||
{
|
||||
id: 'RiderSummary',
|
||||
id: 'riderSummary',
|
||||
title: <FormattedMessage id="RiderSummary" />,
|
||||
type: 'item',
|
||||
url: '/nearle/reports/ridersummary',
|
||||
|
||||
Reference in New Issue
Block a user