Patch level : 12.0 no-patch

Files correlati     : ve
Commento            : Aggiunte parentesi
This commit is contained in:
Mattia Tollari 2019-02-25 09:17:09 +01:00
parent 66107eaf2e
commit db7fcb9056

View File

@ -1402,7 +1402,7 @@ bool TReport_doc_app::print_loop(TRecordset& doc, TOutput_mode mode, bool final_
}
// Controllo se devo archiviare in base ai parametri passati
arc = _arc_type == _force || _arc_type == _auto && arc;
arc = (_arc_type == _force || _arc_type == _auto) && arc;
set_next_pdf(&doc);