srp admin controller update

This commit is contained in:
2020-03-03 21:30:14 -06:00
parent 5a03fc639b
commit 1723fc7258
2 changed files with 3 additions and 2 deletions

View File

@@ -104,7 +104,9 @@ class SRPAdminController extends Controller
'id' => 'required',
'approved' => 'required',
'paid_value' => 'required',
]);
//Get the paid value from the form
$paidValue = str_replace(',', '', $request->paid_value);
//If the notes are not null update like this.