Corregidos nombres BBDD, entidad, modelo y vistas

This commit is contained in:
imnavajas
2023-09-09 13:06:01 +02:00
parent eaebcfe7c1
commit 5d251a1b2c
8 changed files with 406 additions and 494 deletions

View File

@ -260,8 +260,8 @@ class Cosidotapablanda extends \App\Controllers\GoBaseResourceController
if ($this->request->getPost('envios_recoge_cliente') == null) {
$sanitizedData['envios_recoge_cliente'] = false;
}
if ($this->request->getPost('fecha_entrega_real_warning') == null) {
$sanitizedData['fecha_entrega_real_warning'] = false;
if ($this->request->getPost('fecha_entrega_real_aviso') == null) {
$sanitizedData['fecha_entrega_real_aviso'] = false;
}
// JJO