Patch level : 12.0 550

Files correlati     : bs
Commento            : 

Clienti: 
- Aggiunto warning IBAN

git-svn-id: svn://10.65.10.50/branches/R_10_00@24444 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-03-27 07:08:09 +00:00
parent 165325eb3b
commit c67fb8be96

View File

@ -964,6 +964,11 @@ void TSknet_sync::load_clifo(const char tipocf)
cfb.put("NUMCC", contcor);
cfb.put("IBAN", iban);
}
else if(!odbc.get("Cli_ContoCorr").as_string().blank())
{
TString msg; msg << "L'IBAN del contatto " << tipocf << " " << codcf << "non è corretto, è stato omesso";
_log->log(1, msg);
}
// Always true
cfv.put(CFV_RAGGEFF, true);