David Price

Added gas sales and separated well and other production

...@@ -171,11 +171,16 @@ OPTIONAL { ...@@ -171,11 +171,16 @@ OPTIONAL {
171 171
172 </ui:forEach> --> 172 </ui:forEach> -->
173 173
174 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" />
174 175
175 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" /> 176 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" />
177 +
178 +
176 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" /> 179 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlowsAll" />
177 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventory" /> 180 +
178 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventoryAll" /> 181 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventoryAll" />
179 - 182 +
183 +
184 +
180 </ui:group> 185 </ui:group>
181 186
...\ No newline at end of file ...\ No newline at end of file
......