update
This commit is contained in:
@@ -123,8 +123,8 @@ class ShowUsuarios extends Component
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (!(Auth::user()->rol->nombre == "super")) {
|
||||
$consulta_usuarios = $consulta_usuarios->where('subvendedor_id', Auth::user()->id);
|
||||
@@ -573,7 +573,7 @@ class ShowUsuarios extends Component
|
||||
->exists();
|
||||
|
||||
|
||||
if ($this->precio < $this->valorBase) {
|
||||
if ($this->precioTarifasGestion < $this->valorBase) {
|
||||
$this->alert('error', 'El precio no puede ser menor al costo del plan', [
|
||||
'position' => 'top'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user