Aggiunta preliminare report packListFull (manca check stored + veri reports)

This commit is contained in:
Samuele Locatelli
2021-04-21 14:42:30 +02:00
parent deca338d2a
commit a47034e7c8
8 changed files with 2200 additions and 10 deletions
+5
View File
@@ -302,6 +302,11 @@ namespace MagData
answ = tabPackList.Count > 0;
break;
case reportRichiesto.ReportPackListFull:
var tabPackListFull = taRepPL.GetData(keyParam);
answ = tabPackListFull.Count > 0;
break;
default:
break;
}