falta mostrar precios albaran

This commit is contained in:
jaimejimenezortega
2024-06-15 11:14:02 +02:00
parent 3e0443927c
commit 87e6b029e2
6 changed files with 400 additions and 19 deletions

View File

@ -26,9 +26,5 @@ class AlbaranLineaModel extends \App\Models\BaseModel
'precio_unidad',
'total',
];
protected $useTimestamps = true;
protected $createdField = 'created_at';
protected $updatedField = 'updated_at';
}