Update ShowUsuarios.php
This commit is contained in:
@@ -605,7 +605,7 @@ class ShowUsuarios extends Component
|
||||
$tarifa->promocion_id = $this->servicio_modTarifas;
|
||||
$tarifa->rol_id = $this->roles_modTarifas;
|
||||
$tarifa->precio = $this->precio_modTarifas;
|
||||
$tarifa->visible = $this->estadoTarifa ? 'true' : 'false';
|
||||
$tarifa->visible = $this->estadoTarifa ? 'false' : 'true';
|
||||
$tarifa->save();
|
||||
|
||||
$this->alert('success', '¡Tarifas actualizadas correctamente!', [
|
||||
|
||||
Reference in New Issue
Block a user