David Price

Merge branch 'july22-3pm'

...@@ -13,7 +13,7 @@ WHERE { ...@@ -13,7 +13,7 @@ WHERE {
13 }}" 13 }}"
14 > 14 >
15 15
16 -<h1>Monthly Government Report Test3 : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> 16 +<h1>Monthly Government Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1>
17 <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2> 17 <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2>
18 <h2>Report version : {# SELECT ?reportVersion 18 <h2>Report version : {# SELECT ?reportVersion
19 WHERE { 19 WHERE {
...@@ -177,8 +177,6 @@ OPTIONAL { ...@@ -177,8 +177,6 @@ OPTIONAL {
177 177
178 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> 178 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" />
179 179
180 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" />
181 -
182 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> 180 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" />
183 181
184 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo_1" /> 182 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo_1" />
......