Patch level : 12.0 1036

Files correlati     : fp0.exe fp0100a.msk
Commento :
Corretto campo mancante nello sheet note dei parametri
This commit is contained in:
Alessandro Bonazzi 2021-03-04 19:04:38 +01:00
parent aa77de74cb
commit 07d0a6d6f1
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ void TParametri_mask::delete_row_npf(TOperable_field& o) const
TSheet_field& sf = sfield(F_NPFSHEET);
TMask& msk = o.mask();
const TString& tipodoc_msk = msk.get(S_DOC);
const TString& tipodoc_msk = msk.get(S_DOCPF);
for(int i=0; i < sf.items(); i++)
if (tipodoc_msk == sf.row(i).get(0))

View File

@ -31,5 +31,5 @@
#define F_NPFSHEET 501
#define S_DOC 101
#define S_DOCPF 101
#define S_NOTAPF 102