refs #5172 added changelog
This commit is contained in:
parent
5c2c99e397
commit
0263a4833e
|
@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [2306.01] - 2023-02-23
|
||||
|
||||
### Added
|
||||
-
|
||||
- (Client -> Descriptor) Nuevo icono $ con barrotes para los clientes con impago
|
||||
|
||||
### Changed
|
||||
- (General -> Inicio) Ahora permite recuperar la contraseña tanto con el correo de recuperación como el usuario
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
<vn-icon
|
||||
vn-tooltip="{{$ctrl.clientUnpaid()}}"
|
||||
icon="icon-clientUnpaid"
|
||||
ng-if="$ctrl.client.unpaid != null">
|
||||
ng-if="$ctrl.client.unpaid">
|
||||
</vn-icon>
|
||||
</div>
|
||||
<div class="quicklinks">
|
||||
|
|
Loading…
Reference in New Issue