diff --git a/src/modules/booking-online/order/infrastructure/item.controller.ts b/src/modules/booking-online/order/infrastructure/item.controller.ts index 5e15333..bb0741c 100644 --- a/src/modules/booking-online/order/infrastructure/item.controller.ts +++ b/src/modules/booking-online/order/infrastructure/item.controller.ts @@ -23,6 +23,7 @@ export class ItemController { ): Promise> { params.limit = 1000; params.show_to_booking = true; + params.all_item = true; this.indexManager.setFilterParam(params); this.indexManager.setService(this.serviceData, TABLE_NAME.ITEM); await this.indexManager.execute();