tariffDG фикс единиц измерения
This commit is contained in:
parent
c1e76b062d
commit
81c2582fee
@ -92,9 +92,7 @@ console.log(selectedTariffs)
|
|||||||
? (tariff.customPricePerUnit || 0) / 100
|
? (tariff.customPricePerUnit || 0) / 100
|
||||||
: (tariff?.price || 0) / 100,
|
: (tariff?.price || 0) / 100,
|
||||||
type:
|
type:
|
||||||
findPrivilegeById(tariff.privilegeId)?.type === "count"
|
findPrivilegeById(tariff.privilegeId)?.value === "шаблон" ? "штука" : findPrivilegeById(tariff.privilegeId)?.value,
|
||||||
? "день"
|
|
||||||
: "шт.",
|
|
||||||
customPricePerUnit: tariff.customPricePerUnit === 0 ? "Нет" : "Да",
|
customPricePerUnit: tariff.customPricePerUnit === 0 ? "Нет" : "Да",
|
||||||
total: tariff.amount
|
total: tariff.amount
|
||||||
? (tariff.amount *
|
? (tariff.amount *
|
||||||
|
Loading…
Reference in New Issue
Block a user