Patch level :4.0 787
Files correlati : Ricompilazione Demo : [ ] Commento :riporto della 3.0 / 3.1 alla 986 (elenco clifo) git-svn-id: svn://10.65.10.50/trunk@15652 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ba97708828
commit
97112d1de8
@ -841,7 +841,7 @@ TRecordset* TAlleg_mask::new_recordset(char tipocf, bool strict)
|
||||
continue;
|
||||
|
||||
// Controllo inutilmente anche il tipo documento
|
||||
const TString& tipodoc = caus.tipodoc();
|
||||
const TString& tipodoc = caus.tipo_doc();
|
||||
if (documento_corrispettivi(tipodoc))
|
||||
continue;
|
||||
|
||||
@ -1037,7 +1037,7 @@ void TAlleg_mask::log_error(const TRecordset& clifo, const char* msg1, const cha
|
||||
TString str;
|
||||
str << clifo.get(CLI_TIPOCF) << clifo.get(CLI_CODCF)
|
||||
<< ' ' << clifo.get(CLI_RAGSOC);
|
||||
str.strip_d_spaces();
|
||||
str.strip_double_spaces();
|
||||
log_error(str, msg1, msg2, errlog, severity);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user