Merge branch 'main' into 'mod/presupuesto_admin'

Main

See merge request jjimenez/safekat!453
This commit is contained in:
2024-12-26 13:18:04 +00:00
9 changed files with 75 additions and 25 deletions

View File

@ -15,7 +15,7 @@ class MaquinaModel extends \App\Models\BaseModel
const SORTABLE = [
0 => "t1.id",
1 => "t2.nombre",
1 => "t1.nombre",
2 => "t1.tipo",
3 => "t1.ancho_impresion",
4 => "t1.alto_impresion",