Skip to content

Commit

Permalink
fix: visualizzazione nazione in banche
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Nov 15, 2024
1 parent df64e43 commit 3114db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/banche/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
'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(),
Expand Down

0 comments on commit 3114db9

Please sign in to comment.