mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
modificacion hecha
This commit is contained in:
@ -168,8 +168,8 @@ class Maquinas extends \App\Controllers\GoBaseResourceController
|
||||
if ($this->request->getPost('is_rotativa') == null) {
|
||||
$sanitizedData['is_rotativa'] = false;
|
||||
}
|
||||
if ($this->request->getPost('is_tinta') == null) {
|
||||
$sanitizedData['is_tinta'] = false;
|
||||
if ($this->request->getPost('is_inkjet') == null) {
|
||||
$sanitizedData['is_inkjet'] = false;
|
||||
}
|
||||
|
||||
// JJO
|
||||
|
||||
Reference in New Issue
Block a user