1
This commit is contained in:
@@ -611,9 +611,6 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary
|
||||
SUM(t1.ShippedReceivables),
|
||||
SUM(t1.ExpiredReceivables),
|
||||
'',
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
0 Sort
|
||||
FROM #TempTable5 t1 GROUP BY t1.Area) t1
|
||||
order by t1.Area,Sort;", tableName);
|
||||
|
||||
Reference in New Issue
Block a user