fix error
This commit is contained in:
@@ -406,7 +406,7 @@ class ShowPromociones extends Component
|
||||
$logsGeneral->user_id = Auth::user()->id;
|
||||
$logsGeneral->detalle = 'El usuario ' . Auth::user()->name . ' - ' . Auth::user()->email .
|
||||
' ha comprado la promocion ' . $this->consulta->nombre . ' - ' . $this->consulta->descripcion .
|
||||
' cantidad de ' . $this->cantidad_tarjetaPlan .
|
||||
' cantidad de ' . $this->historial->cantidad .
|
||||
' por un valor de $' . $this->historial->valor .
|
||||
', Saldo anterior: $' . $saldo_anterior .
|
||||
', Nuevo saldo disponible: $' . $nuevo_saldo .
|
||||
|
||||
Reference in New Issue
Block a user