mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminada la modificacion de las lineas de albaran
This commit is contained in:
@ -21,6 +21,8 @@ class AlbaranLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
'created_at' => null,
|
||||
'updated_at' => null,
|
||||
'deleted_at' => null,
|
||||
'cajas' => null,
|
||||
'unidades_cajas' => null,
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
@ -36,5 +38,8 @@ class AlbaranLineaEntity extends \CodeIgniter\Entity\Entity
|
||||
'iva_reducido' => '?boolean',
|
||||
'user_created_id' => 'integer',
|
||||
'user_updated_id' => 'integer',
|
||||
'cajas' => '?integer',
|
||||
'unidades_cajas' => '?integer',
|
||||
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user