diff --git a/application/WarehouseShippingNote/WarehouseShippingNoteController.php b/application/WarehouseShippingNote/WarehouseShippingNoteController.php index a0d0309e7..14fa8471d 100644 --- a/application/WarehouseShippingNote/WarehouseShippingNoteController.php +++ b/application/WarehouseShippingNote/WarehouseShippingNoteController.php @@ -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);