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

This commit is contained in:
Fadli 2022-11-21 16:35:24 +07:00
commit a25f5ab086

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,
);