Patch level : 12.0 1040

Files correlati     : velib05.cpp fp
Commento            :

Patch
This commit is contained in:
ffuca 2021-03-16 18:20:38 +01:00
parent decc3f2e5e
commit ec0227e05c

View File

@ -302,9 +302,10 @@ const TString & TDocumentoEsteso::get_dest_sdi() const
bool TDocumentoEsteso::get_coddest(TString& coddest, TString& pec) const
{
const TCli_for & clifo = clifor();
const int codindsp = get_int(DOC_CODINDSP);
coddest.cut(0);
pec.cut(0);
if (codindsp > 0)
coddest = clifo.indsp(codindsp).get(IND_PADESTIN);