mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Resuelto el problema del add filtrando crear el datatable cuando es un edit solamente
This commit is contained in:
@ -14,9 +14,15 @@ class PapelImpresionModel extends \App\Models\GoBaseModel
|
||||
|
||||
const SORTABLE = [
|
||||
0 => "t1.nombre",
|
||||
1 => "t1.papel_generico_id",
|
||||
2 => "t1.gramaje",
|
||||
3 => "t2.nombre",
|
||||
1 => "t2.nombre",
|
||||
2 => "t1.bn",
|
||||
3 => "t1.gramaje",
|
||||
4 => "t1.color",
|
||||
5 => "t1.cubierta",
|
||||
6 => "t1.sobrecubierta",
|
||||
7 => "t1.rotativa",
|
||||
8 => "t1.isActivo",
|
||||
|
||||
|
||||
/*1 => "t1.id",
|
||||
2 => "t1.papel_generico_id",
|
||||
|
||||
Reference in New Issue
Block a user