srp form testing
This commit is contained in:
@@ -39,6 +39,7 @@ class SRPController extends Controller
|
|||||||
|
|
||||||
//Take the loss value and remove ' ISK' from it. Convert the string to a number
|
//Take the loss value and remove ' ISK' from it. Convert the string to a number
|
||||||
$lossValue = str_replace(' ISK', '', $request->LossValue);
|
$lossValue = str_replace(' ISK', '', $request->LossValue);
|
||||||
|
$lossValue = str_replace(',', '', $lossValue);
|
||||||
$lossValue = floatval($lossValue);
|
$lossValue = floatval($lossValue);
|
||||||
dd($lossValue);
|
dd($lossValue);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user