fix setter client
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Bernat Exposito Domenech 2020-03-06 08:50:55 +01:00
parent 666ccbf370
commit 1951e8bcf9
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class Controller {
this.ticket.clientFk = value;
this.ticket.addressFk = null;
if (!value) return;
this.getClientDefaultAddress(value);
this.clientAddressesList(value);
}