Patch level : 12.0 842

Files correlati     : fp0.exe fp0400a.msk
Commento            : Aggiunto controllo contabilizzazione senza cod. fornitore
This commit is contained in:
Simone Palacino 2019-06-25 12:01:30 +02:00
parent e32b198b47
commit 50940896e4

View File

@ -20,7 +20,9 @@ enum err_cont
no_selected = -2, no_selected = -2,
is_already_cont = -3, is_already_cont = -3,
cancel = -4, cancel = -4,
is_ready = 0 forn_err = -5, // Manca un codice fornitore
is_ready = 0,
no_err = 1
}; };
class TFppro : public TObject class TFppro : public TObject