Milestone alpha2
This commit is contained in:
@@ -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;
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user