diff --git a/modules/client/front/billing-data/index.js b/modules/client/front/billing-data/index.js index fd7a0e8b80..a23f5fa9e8 100644 --- a/modules/client/front/billing-data/index.js +++ b/modules/client/front/billing-data/index.js @@ -17,6 +17,9 @@ export default class Controller { if (!value) return; + if (!value.bankEntityFk) + this.autofillBic(); + this.newBankEntity = { countryFk: Number.parseInt(value.countryFk) };