David Price

Added Injection Volumes, need to remove from Production Volumes

...@@ -55,8 +55,12 @@ WHERE { ...@@ -55,8 +55,12 @@ WHERE {
55 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 55 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
56 56
57 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> 57 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
58 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" />
59 +
58 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> 60 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
59 61
62 +
63 +
60 <hr /> 64 <hr />
61 <h2>General Well Test Information</h2> 65 <h2>General Well Test Information</h2>
62 66
......