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
commit dfd05013c5

View File

@ -538,7 +538,10 @@ export class TransactionService {
} else { } else {
console.log('userdatapartnerid', userData.partner?.id); 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, product.id,
userData.partner?.id, userData.partner?.id,
); );