- add type product in list product b2c
This commit is contained in:
parent
f4e6c5ac3c
commit
621de03f32
|
@ -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