mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminados albaranes
This commit is contained in:
@ -14,6 +14,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
|
||||
'mostrar_precios' => null,
|
||||
'direccion_albaran' => null,
|
||||
'att_albaran' => null,
|
||||
'fecha_albaran' => null,
|
||||
'user_created_id' => null,
|
||||
'user_updated_id' => null,
|
||||
'created_at' => null,
|
||||
@ -38,6 +39,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
|
||||
'att_albaran' => '?string',
|
||||
'user_created_id' => 'integer',
|
||||
'user_updated_id' => 'integer',
|
||||
'fecha_albaran' => '?datetime',
|
||||
];
|
||||
|
||||
// Agrega tus métodos personalizados aquí
|
||||
|
||||
Reference in New Issue
Block a user