haciendo los eventos

This commit is contained in:
2024-06-15 19:42:36 +02:00
parent 87e6b029e2
commit 4076fff844
7 changed files with 180 additions and 31 deletions

View File

@ -13,7 +13,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
'cliente_id' => null,
'serie_id' => null,
'numero_albaran' => null,
'mostar_precios' => null,
'mostrar_precios' => null,
'total' => null,
'direccion_albaran' => null,
'att_albaran' => null,
@ -34,7 +34,7 @@ class AlbaranEntity extends \CodeIgniter\Entity\Entity
'cliente_id' => '?integer',
'serie_id' => '?integer',
'numero_albaran' => '?string',
'mostar_precios' => '?boolean',
'mostrar_precios' => '?boolean',
'total' => 'float',
'direccion_albaran' => '?string',
'att_albaran' => '?string',