Check-in Number:
|
4062 | |
Date: |
2003-Feb-20 17:51:05 (local)
2003-Feb-20 16:51:05 (UTC) |
User: | ms |
Branch: | |
Comment: |
Don't sort internal report matrix data until TiTable copy constructor is working. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/as_reportpanel.cpp 1.4 -> 1.5
--- as_reportpanel.cpp 2003/02/20 16:48:00 1.4
+++ as_reportpanel.cpp 2003/02/20 16:51:05 1.5
@@ -81,7 +81,7 @@
// Store matrix and prefs members
m_pReptable = pTable;
- m_pReptable->sortColumn(TITRAQ_IDXDATE, true, true);
+// m_pReptable->sortColumn(TITRAQ_IDXDATE, true, true);
m_pReprefs = pPreferences;
// Preset number of weeks and months to report
|
|