diff --git a/build/xvtdb.vcxproj b/build/xvtdb.vcxproj index 9c133349a..e0c1fc521 100644 --- a/build/xvtdb.vcxproj +++ b/build/xvtdb.vcxproj @@ -11,7 +11,7 @@ - {835D0414-DB92-4563-AB84-2FC250C68947} + {9C91BACF-9A70-4973-B8CC-FA3D2AF9867C} xvtdb xvtdb 10.0.17763.0 diff --git a/src/fp/fp0400.cpp b/src/fp/fp0400.cpp index 33021b9cc..bdf7c2861 100644 --- a/src/fp/fp0400.cpp +++ b/src/fp/fp0400.cpp @@ -314,7 +314,7 @@ void TPassive_mask::aggiungi_riga(TLocalisamfile& clifo, TSheet_field& sf, TShee const bool data_range = dataregcont >= TDate(get(F_DATAINIREG)) && dataregcont <= TDate(get(F_DATAENDREG)); if (filter_elab.blank() && forn_code != 0 // Filtro sui non associati - || filter_elab == FILTER_ASS && (forn_code == 0 || forn_code == -16) && !is_contab // Filtro sui associati e non contab. + || filter_elab == FILTER_ASS && (forn_code == 0 || forn_code == -16 || forn_code == 2) && !is_contab // Filtro sui associati e non contab. || filter_elab == FILTER_CONT && forn_code == 0 && is_contab && data_range // Filtro solo contabilizzati e data || filter_elab == FILTER_ALL) // Tutte { diff --git a/src/fp/fplib.h b/src/fp/fplib.h index b0ee917eb..2e3c16657 100644 --- a/src/fp/fplib.h +++ b/src/fp/fplib.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "../ve/velib05.h" #include "../fe/felib.h"