David Price

Improved Well Injection table and started Well Injection Results table

......@@ -48,10 +48,14 @@ WHERE {
<tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr>
</ui:forEach>
</table>
<hr />
<h2>General Well Test Information</h2>
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellTest" />
<hr />
<h2>Well Injection Test Information</h2>
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTest" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellInjectionTestResults" />
</ui:group>
\ No newline at end of file
......