I\'d like to know if exists some function to automatically format a number by it\'s decimal, so if I have:
Mine since most quantity or pieces do not require decimal, this function will only show decimal when needed.
str_replace(".00", "", number_format($this->pieces, 2));