updated srp admin dashboard correctly i hope this time.
This commit is contained in:
@@ -152,7 +152,7 @@ class SRPAdminController extends Controller
|
||||
'approved' => $request->approved,
|
||||
'paid_by_id' => auth()->user()->character_id,
|
||||
'paid_by_name' => auth()->user()->name,
|
||||
'loss_value' => $request->total_loss,
|
||||
'loss_value' => $totalLoss,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user