chore: clean
This commit is contained in:
parent
126f6f49c8
commit
03c923b3ee
1 changed files with 0 additions and 2 deletions
|
|
@ -237,7 +237,6 @@ function mapNode() {
|
||||||
const pricePerUnit = p.product.vatIncluded
|
const pricePerUnit = p.product.vatIncluded
|
||||||
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
||||||
: price;
|
: price;
|
||||||
console.log(pricePerUnit);
|
|
||||||
return {
|
return {
|
||||||
id: p.product.id,
|
id: p.product.id,
|
||||||
title: p.product.name,
|
title: p.product.name,
|
||||||
|
|
@ -267,7 +266,6 @@ function mapNode() {
|
||||||
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
||||||
: price;
|
: price;
|
||||||
|
|
||||||
console.log(pricePerUnit);
|
|
||||||
return {
|
return {
|
||||||
id: v.id,
|
id: v.id,
|
||||||
title: v.name,
|
title: v.name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue