fixed a formatting issue
This commit is contained in:
@@ -286,8 +286,8 @@ class MoonsController extends Controller
|
|||||||
'ThirdQuantity' => $moon->ThirdQuantity,
|
'ThirdQuantity' => $moon->ThirdQuantity,
|
||||||
'FourthOre' => $moon->FourthOre,
|
'FourthOre' => $moon->FourthOre,
|
||||||
'FourthQuantity' => $moon->FourthQuantity,
|
'FourthQuantity' => $moon->FourthQuantity,
|
||||||
'Price' => $moonprice,
|
'Price' => number_format($moonprice, 2, ".", ","),
|
||||||
'Worth' => number_format($worth, "2", ".", ","),
|
'Worth' => number_format($worth, 2, ".", ","),
|
||||||
'RentalEnd' => $rentalEnd,
|
'RentalEnd' => $rentalEnd,
|
||||||
'RowColor' => $color,
|
'RowColor' => $color,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user