mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Reubicados los campos del formulario de clientes
This commit is contained in:
@ -171,9 +171,6 @@ class Cliente extends \App\Controllers\GoBaseResourceController
|
||||
if ($this->request->getPost('credito_asegurado') == null) {
|
||||
$sanitizedData['credito_asegurado'] = false;
|
||||
}
|
||||
if ($this->request->getPost('disponible_fe') == null) {
|
||||
$sanitizedData['disponible_fe'] = false;
|
||||
}
|
||||
if ($this->request->getPost('message_tracking') == null) {
|
||||
$sanitizedData['message_tracking'] = false;
|
||||
}
|
||||
@ -183,10 +180,6 @@ class Cliente extends \App\Controllers\GoBaseResourceController
|
||||
if ($this->request->getPost('tirada_flexible') == null) {
|
||||
$sanitizedData['tirada_flexible'] = false;
|
||||
}
|
||||
if ($this->request->getPost('lineasEnvioFactura') == null) {
|
||||
$sanitizedData['lineasEnvioFactura'] = false;
|
||||
}
|
||||
|
||||
|
||||
$noException = true;
|
||||
if ($successfulResult = $this->canValidate()) : // if ($successfulResult = $this->validate($this->formValidationRules) ) :
|
||||
|
||||
Reference in New Issue
Block a user