Patches PR#2500 for dev because @dmeltzer forgot that we commit to the develop branch :P

This commit is contained in:
snipe 2016-08-30 06:54:04 -07:00
parent 8816c481af
commit 421cbf11fc

View file

@ -167,7 +167,7 @@ class ReportsController extends Controller
$row[] = '';
}
$row[] = $asset->purchase_date;
$row[] = '"' . Helper::parsePurchasedCost($asset->purchase_cost) . '"';
$row[] = '"' . Helper::formatCurrencyOutput($asset->purchase_cost) . '"';
if ($asset->order_number) {
$row[] = e($asset->order_number);
} else {