arraglado bug al ordenar maquinas por nombre

This commit is contained in:
2024-12-26 10:27:25 +01:00
parent b1fe5f2b56
commit 157e212065

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",