Merge branch 'master' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-production
This commit is contained in:
commit
83ef6ea225
|
@ -357,6 +357,7 @@ export class ProductService {
|
||||||
.addSelect('product.supplier_id', 'supplier')
|
.addSelect('product.supplier_id', 'supplier')
|
||||||
.addSelect('supplier.status', 'status')
|
.addSelect('supplier.status', 'status')
|
||||||
.addSelect('history_status.partner_id', 'partner')
|
.addSelect('history_status.partner_id', 'partner')
|
||||||
|
.addSelect('product.type')
|
||||||
.orderBy('price', 'ASC')
|
.orderBy('price', 'ASC')
|
||||||
.distinct();
|
.distinct();
|
||||||
|
|
||||||
|
|
|
@ -1044,7 +1044,7 @@ export class TransactionService {
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
hitSupplier = {
|
hitSupplier = {
|
||||||
success: hitSupplier.includes('diproses'),
|
success: hitSupplier.includes('diproses') || hitSupplier.includes('dalam proses'),
|
||||||
msg: hitSupplier,
|
msg: hitSupplier,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user