diff --git a/modules/ticket/front/create/card.js b/modules/ticket/front/create/card.js index 188d12d4d..94efe5f12 100644 --- a/modules/ticket/front/create/card.js +++ b/modules/ticket/front/create/card.js @@ -101,7 +101,7 @@ class Controller extends Component { this.$http.get(`Agencies/getAgenciesWithWarehouse`, {params}).then(res => { this.agencies = res.data; - const defaultAgency = this.agencies.find(agency=> { + const defaultAgency = this.agencies.find(agency => { return agency.agencyModeFk == this.defaultAddress.agencyModeFk; }); if (defaultAgency) diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index 4865c8c62..acef6cd23 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -166,7 +166,7 @@ vn-tooltip="Payment on account..." tooltip-position="left"> - +