David Price

Redid product volumes summary table

......@@ -24,7 +24,6 @@ WHERE {
} }</h2>
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" />
<table>
......@@ -48,6 +47,12 @@ WHERE {
<tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr>
</ui:forEach>
</table>
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductVolumes" />
<hr />
<h2>General Well Test Information</h2>
......