Commit 5063cfcf by Angel MAS

remove facturacion validate required

parent 93d8203d
......@@ -30,7 +30,7 @@ class RequestClient extends FormRequest
'email'=> 'required|email|max:455',
'phone' => 'required|max:255',
'home_delivery' => 'required|boolean',
'facturacion' => 'required|max:255',
'facturacion' => 'max:255',
//Envio
'cp' => "required_if:home_delivery,1|max:255",
'calle' => "required_if:home_delivery,1|max:255",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment