:
example price with tax is 40 000 :
before tax its 340000.
my code :
(Math.max(40000 / 1.15)).toFixed(2);
the result should be
but my result is
40000*0.85 🙃
Nop
Обсуждают сегодня