trabajando boton ver pedido

This commit is contained in:
2024-07-10 00:25:26 +02:00
parent 078205b552
commit b6420b7b8a
10 changed files with 191 additions and 64 deletions

View File

@ -19,7 +19,7 @@ class FacturaLineaEntity extends \CodeIgniter\Entity\Entity
'total' => null,
'data' => null,
'deleted_at' => null,
'user_update_id' => null,
'user_updated_id' => null,
];