mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'fix/orden_lista_maquinas' into 'main'
arraglado bug al ordenar maquinas por nombre See merge request jjimenez/safekat!450
This commit is contained in:
@ -15,7 +15,7 @@ class MaquinaModel extends \App\Models\BaseModel
|
|||||||
|
|
||||||
const SORTABLE = [
|
const SORTABLE = [
|
||||||
0 => "t1.id",
|
0 => "t1.id",
|
||||||
1 => "t2.nombre",
|
1 => "t1.nombre",
|
||||||
2 => "t1.tipo",
|
2 => "t1.tipo",
|
||||||
3 => "t1.ancho_impresion",
|
3 => "t1.ancho_impresion",
|
||||||
4 => "t1.alto_impresion",
|
4 => "t1.alto_impresion",
|
||||||
|
|||||||
Reference in New Issue
Block a user