update ver tarifas

This commit is contained in:
Felipe
2024-01-23 10:42:36 -05:00
parent f466b38baa
commit 82de69e854
6 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class ShowPlanes extends Component
if ($this->servicio_modTarifas) {
$this->tarifas = Tarifas::with('rol')
->where('servicio_id', $this->servicio_modTarifas)
->where('estado', 'activo')
// ->where('estado', 'activo')
->get();
}