David Price

Redid product volumes summary table

...@@ -24,7 +24,6 @@ WHERE { ...@@ -24,7 +24,6 @@ WHERE {
24 24
25 } }</h2> 25 } }</h2>
26 26
27 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
28 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" /> 27 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:PersonnelInformation" />
29 28
30 <table> 29 <table>
...@@ -48,6 +47,12 @@ WHERE { ...@@ -48,6 +47,12 @@ WHERE {
48 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr> 47 <tr><td>{= ?facilityName }</td><td>{= ?beds}</td></tr>
49 </ui:forEach> 48 </ui:forEach>
50 </table> 49 </table>
50 +
51 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
52 +
53 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductVolumes" />
54 +
55 +
51 <hr /> 56 <hr />
52 <h2>General Well Test Information</h2> 57 <h2>General Well Test Information</h2>
53 58
......