Skip to content

Commit

Permalink
fix(mapa-camas): quita extras al bloquear cama
Browse files Browse the repository at this point in the history
  • Loading branch information
liquid36 committed Feb 9, 2021
1 parent a725872 commit b9a1ad8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class CamaDestinoGenericoComponent implements OnInit, OnDestroy {
guardar(form) {
if (form.formValid) {
if (this.selectedCama) {
this.selectedCama.extras = null;
if (this.selectedCama.estado === 'bloqueada') {
this.selectedCama.observaciones = '';
}
Expand Down

0 comments on commit b9a1ad8

Please sign in to comment.