mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arraglado bug al ordenar maquinas por nombre
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user