Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging
This commit is contained in:
commit
4955cfb893
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user