Patch level : 12.0 950

Files correlati     : fp0.exe
Commento            : Corretta lettura flag NOINVIOSDI nei documenti
This commit is contained in:
Simone Palacino 2020-02-19 12:48:52 +01:00
parent da6bef656c
commit 56afbfa774

View File

@ -907,7 +907,7 @@ public:
bool bloccato() const;
bool chiuso() const;
bool sospeso() const { return !chiuso();}
bool noinvioxml() const { return get(DOC_NOINVIOXML); }
bool noinvioxml() const { return get_bool(DOC_NOINVIOSDI); }
bool raggruppabile() const { return get_bool(DOC_RAGGR); }
bool raggruppabile(const TDocumento& doc, TToken_string& campi) const;