Patch level : 12.0 1044

Files correlati     : cg0.exe cg0200a.msk cgtbbnp.msk
Commento        :

Agiunto supporto per IBAN esteri all'anagrafica clienti e alle banche di presentazione
This commit is contained in:
Alessandro Bonazzi 2021-03-22 15:07:35 +01:00
parent c88d8a8c1c
commit c00271a471

View File

@ -861,6 +861,11 @@ void TClifo_application::add_bank(TSheet_field& ns_sh, const TRectype& rec)
ns_sh.set_row_cell(F_IBAN_CHECK, cin, nrow);
ns_sh.set_row_cell(F_BBAN_CIN, bcin, nrow);
if (pres && iso != "IT")
{
abi = rec.get(CFBAN_ABI);
cab = rec.get(CFBAN_CAB);
}
ns_sh.set_row_cell(F_BBAN_ABI, abi, nrow);
ns_sh.set_row_cell(F_BBAN_CAB, cab, nrow);
if (iso == "IT")