mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
solucionado el problema de ordenar tarifas enc tiradas
This commit is contained in:
@ -13,9 +13,9 @@ class TarifaEncuadernacionTiradaModel extends \App\Models\GoBaseModel
|
||||
protected $useAutoIncrement = true;
|
||||
|
||||
const SORTABLE = [
|
||||
1 => "t3.nombre",
|
||||
2 => "t1.tirada_min",
|
||||
3 => "t1.tirada_max",
|
||||
0 => "t3.nombre",
|
||||
1 => "t1.tirada_min",
|
||||
2 => "t1.tirada_max",
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user