Merge branch 'main' into feat/ordenes-trabajo

This commit is contained in:
amazuecos
2024-12-26 13:38:29 +01:00
10 changed files with 105 additions and 22 deletions

View File

@ -15,7 +15,7 @@ class MaquinaModel extends \App\Models\BaseModel
const SORTABLE = [
0 => "t1.id",
1 => "t2.nombre",
1 => "t1.nombre",
2 => "t1.tipo",
3 => "t1.ancho_impresion",
4 => "t1.alto_impresion",