David Price

Merge branch 'master' into dpr2-aug30-11am

...@@ -63,4 +63,12 @@ WHERE { ...@@ -63,4 +63,12 @@ WHERE {
63 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" /> 63 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" />
64 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" /> 64 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" />
65 65
66 + <h2>Well Fluid Level Test Information</h2>
67 +
68 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellFluidLevelTest" />
69 +
70 + <h2>Well Production Test Information</h2>
71 +
72 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" />
73 +
66 </ui:group> 74 </ui:group>
...\ No newline at end of file ...\ No newline at end of file
......