David Price

Added gas sales and separated well and other production

This diff could not be displayed because it is too large.
...@@ -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" />
175 +
176 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" />
177 +
174 178
175 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
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
......