Added Injection Volumes, need to remove from Production Volumes
Showing
2 changed files
with
4 additions
and
0 deletions
This diff is collapsed. Click to expand it.
... | @@ -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 | ... | ... |
-
Please register or login to post a comment