mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-07 13:22:15 +01:00
fix: visualizzazione nazione in banche
This commit is contained in:
parent
df64e43233
commit
3114db9cd2
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user