[#32] using to_currency for currency values in table-data

This commit is contained in:
Martes Erede
2015-09-11 16:16:34 +08:00
parent 4a8c3a83b3
commit 4cbbd3a6f7

View File

@@ -1001,9 +1001,9 @@ class Reports extends Secure_area
$row['quantity'],
$row['reorder_level'],
$row['location_name'],
$row['cost_price'],
$row['unit_price'],
$row['sub_total_value']);
to_currency($row['cost_price']),
to_currency($row['unit_price']),
to_currency($row['sub_total_value']));
}
$data = array(