David Price

Initial fluid sample and analysis tables added

...@@ -72,4 +72,13 @@ WHERE { ...@@ -72,4 +72,13 @@ WHERE {
72 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" /> 72 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" />
73 73
74 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTestResults" /> 74 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTestResults" />
75 +
76 + <h2>Fluid Sample Information</h2>
77 +
78 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:FluidSamples" />
79 +
80 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:FluidSampleAnalysisResults" />
81 +
82 +
83 +
75 </ui:group> 84 </ui:group>
...\ No newline at end of file ...\ No newline at end of file
......