srp form testing

This commit is contained in:
2019-06-30 01:31:52 -05:00
parent afa2a653d4
commit 7c73bf17b9

View File

@@ -39,6 +39,7 @@ class SRPController extends Controller
//Take the loss value and remove ' ISK' from it. Convert the string to a number
$lossValue = str_replace(' ISK', '', $request->LossValue);
$lossValue = str_replace(',', '', $lossValue);
$lossValue = floatval($lossValue);
dd($lossValue);