mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +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' => $nazione->id,
|
'id' => $nazione->id,
|
||||||
'iso2' => $nazione->iso2,
|
'iso2' => $nazione->iso2,
|
||||||
'text' => $nazione->nome,
|
'text' => $nazione->iso2.' - '.$nazione->getTranslation('title'),
|
||||||
],
|
],
|
||||||
'bank_code' => $iban->getBankCode(),
|
'bank_code' => $iban->getBankCode(),
|
||||||
'branch_code' => $iban->getBranchCode(),
|
'branch_code' => $iban->getBranchCode(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user