Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2022-12-19 23:00:25 +07:00
commit 4955cfb893

View File

@ -357,6 +357,7 @@ export class ProductService {
.addSelect('product.supplier_id', 'supplier')
.addSelect('supplier.status', 'status')
.addSelect('history_status.partner_id', 'partner')
.addSelect('product.type')
.orderBy('price', 'ASC')
.distinct();