Added event_type to calendar response
This commit is contained in:
@@ -745,6 +745,7 @@ class WarehouseShippingNoteController extends TTCrud {
|
||||
'location' => $event['location']['location'] ?? '',
|
||||
'category' => $event['category']['category'] ?? '',
|
||||
'ccategory' => $event['ccategory']['ccategory'] ?? '',
|
||||
'event_type' => $event['event_type']['event_type'] ?? '',
|
||||
];
|
||||
}, $limitedEvents);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user