fix: visualizzazione nazione in banche

This commit is contained in:
MatteoPistorello 2024-11-15 12:50:38 +01:00
parent df64e43233
commit 3114db9cd2
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ switch (filter('op')) {
'id_nazione' => [
'id' => $nazione->id,
'iso2' => $nazione->iso2,
'text' => $nazione->nome,
'text' => $nazione->iso2.' - '.$nazione->getTranslation('title'),
],
'bank_code' => $iban->getBankCode(),
'branch_code' => $iban->getBranchCode(),