Topic: Inventory Valuation Report

Morning Guys

How do I alter the valuation figures to show only up to 2 decimal instead of current?

Pls advise.

Re: Inventory Valuation Report

Found it.

By altering the rep301.php line 160

change the $dec to 2

Re: Inventory Valuation Report

Hi Netracer,

try to solve the same issue,

did you mean this code on line 146 rep301.php

code wrote:

$dec = user_price_dec();

change into

change wrote:

$dec = 2;

try that but did not do any effect it stil show 5 digit of decimal

Regards,
SiKumbang