Corretto commit precedente
git-svn-id: svn://10.65.10.50/trunk@5030 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5e7e1a8fcd
commit
d50c7ea602
@ -959,7 +959,8 @@ const TTipo_documento& TDocumento::tipo(const char * tipodoc)
|
|||||||
|
|
||||||
const TTipo_documento& TDocumento::tipo() const
|
const TTipo_documento& TDocumento::tipo() const
|
||||||
{
|
{
|
||||||
return tipo(get("TIPODOC"));
|
const TString16 tipodoc(get("TIPODOC"));
|
||||||
|
return tipo(tipodoc);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TDocumento::raggruppabile(const TDocumento& doc, TToken_string& campi) const
|
bool TDocumento::raggruppabile(const TDocumento& doc, TToken_string& campi) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user