solucionado el bug con los gramajes

This commit is contained in:
jaimejimenezortega
2024-04-25 19:00:10 +02:00
parent 81c298a8b9
commit 3c4d2c8d4f
3 changed files with 14441 additions and 56 deletions

View File

@ -14,11 +14,10 @@ class TarifaEncuadernacionTiradaModel extends \App\Models\GoBaseModel
const SORTABLE = [
0 => "t3.nombre",
1 => "t1.precio_min",
2 => "t1.importe_fijo",
3 => "t1.tirada_min",
4 => "t1.tirada_max",
1 => "t1.tirada_min",
2 => "t1.tirada_max",
3 => "t1.precio_min",
4 => "t1.importe_fijo",
];
protected $allowedFields = [