Corretto programma conversione da CFVEN->IBAN a CFBAN->IBAN
git-svn-id: svn://10.65.10.50/branches/R_10_00@22640 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bb993a1e73
commit
c8e2f83670
@ -94,9 +94,9 @@ void TIBAN_app::elabora() const
|
||||
row.put(CFBAN_IBAN, iban);
|
||||
if (iban.starts_with("IT"))
|
||||
{
|
||||
row.put(CFBAN_ABI, iban.mid(6, 5));
|
||||
row.put(CFBAN_CAB, iban.mid(11, 5));
|
||||
row.put(CFBAN_NUMCC, iban.mid(16));
|
||||
row.put(CFBAN_ABI, iban.mid(5, 5));
|
||||
row.put(CFBAN_CAB, iban.mid(10, 5));
|
||||
row.put(CFBAN_NUMCC, iban.mid(15));
|
||||
}
|
||||
update(cfban, log);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user