Milestone alpha2

This commit is contained in:
2026-05-22 15:15:43 +02:00
parent a5e704c214
commit d2a1f6a068
4 changed files with 508 additions and 64 deletions

View File

@@ -215,7 +215,7 @@ SELECT
MAX(Cella) AS Cella,
MIN(Ordinamento) AS Ordinamento,
MAX(IDStato) AS IDStato
FROM dbo.XMag_ViewPackingList
FROM dbo.ViewPackingListRestante
GROUP BY Documento, CodNazione, NAZIONE, Stato
ORDER BY MIN(Ordinamento), Documento, NAZIONE, Stato;
"""