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

This commit is contained in:
Fadli
2022-11-21 16:34:38 +07:00

View File

@@ -538,7 +538,10 @@ export class TransactionService {
} else {
console.log('userdatapartnerid', userData.partner?.id);
let product_price = await this.productHistoryPriceService.findOne(
let product_price = null;
product_price = await this.productHistoryPriceService.findOne(
product.id,
userData.partner?.id,
);