Index: /branches/sc_branches/ippMonitorLap/def/lapStacks.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapStacks.d	(revision 31771)
+++ /branches/sc_branches/ippMonitorLap/def/lapStacks.d	(revision 31772)
@@ -1,3 +1,3 @@
-TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id
+TABLE lapRun JOIN stackAssociationMap AS stackAssociationMap1 ON stackAssociationMap1.sass_id=lapRun.quick_sass_id JOIN stackRun AS stackRun1 ON stackRun1.stack_id=stackAssociationMap1.stack_id JOIN stackSumSkyfile AS stackSumSkyfile1 ON stackSumSkyfile1.stack_id=stackAssociationMap1.stack_id
 TITLE LAP Stacks
 FILE  lapStacks.php
@@ -30,9 +30,9 @@
 # FIELD stackRun.skycell_id,    15, %s,	 Skycell ID
 FIELD lapRun.quick_sass_id,   	6, %d, 	 Quick SASS ID
+FIELD stackRun1.stack_id,	6, %d, 	 Quick Stack ID
 FIELD stackRun1.data_group,	15, %s,  Quick Data Group
-# FIELD lapRun.quick_stack_id,	6, %d, 	 Quick Stack ID
-# FIELD lapRun.quick_state,	6, %s,     Quick State
-# FIELD lapRun.quick_fault,	6, %d,     Quick Fault
-# FIELD lapRun.quick_quality,	6, %d,     Quick Quality    
+FIELD stackRun1.state,	6, %s,     Quick State
+FIELD stackSumSkyfile1.fault,	6, %d,     Quick Fault
+FIELD stackSumSkyfile1.quality,	6, %d,     Quick Quality    
 FIELD lapRun.final_sass_id,	6, %d, 	 Final SASS ID	    
 # FIELD lapRun.final_data_group,	15, %s,    Final Data Group 
