funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit db5262d655 - Show all commits

View file

@ -16,7 +16,6 @@ class GrupoDeCompraReducido extends JsonResource
return [ return [
'id' => $this->id, 'id' => $this->id,
'nombre' => $this->nombre, 'nombre' => $this->nombre,
'devoluciones_habilitadas' => $this->devoluciones_habilitadas,
]; ];
} }
} }