fix(SPG-1254): ONLINE BOOKING wahana tenant tidak muncul pada catalog online booking

pull/142/head 1.6.24-alpha.2
shancheas 2025-06-24 11:51:43 +07:00
parent 831593e743
commit 5d3f9d7bff
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export class ItemController {
): Promise<PaginationResponse<ItemEntity>> {
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();