solucionado el problema de ordenar tarifas enc tiradas

This commit is contained in:
jaimejimenezortega
2024-04-10 21:03:00 +02:00
parent 7e9a736f2c
commit 3d7992355a
4 changed files with 5312 additions and 8 deletions

View File

@ -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",
];