Aggiunta preliminare report packListFull (manca check stored + veri reports)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user