mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Patches PR#2500 for dev because @dmeltzer forgot that we commit to the develop branch :P
This commit is contained in:
parent
8816c481af
commit
421cbf11fc
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue