- fix get product price in transaction
This commit is contained in:
parent
0b8ce4967d
commit
47459631ca
|
@ -538,7 +538,10 @@ export class TransactionService {
|
|||
} else {
|
||||
console.log('userdatapartnerid', userData.partner?.id);
|
||||
|
||||
const product_price = await this.productHistoryPriceService.findOne(
|
||||
|
||||
let product_price = null;
|
||||
|
||||
product_price = await this.productHistoryPriceService.findOne(
|
||||
product.id,
|
||||
userData.partner?.id,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user