David Price

Removed things that use magic properties

...@@ -13,7 +13,7 @@ WHERE { ...@@ -13,7 +13,7 @@ WHERE {
13 }}" 13 }}"
14 > 14 >
15 15
16 -<h1>Monthly Government Report DavidTest : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> 16 +<h1>Monthly Government Report DavidTest2 : {= ?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,11 +177,11 @@ OPTIONAL { ...@@ -177,11 +177,11 @@ 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" /> 180 + <!-- <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" />
181 181
182 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> 182 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" />
183 183
184 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo_1" /> 184 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo_1" /> -->
185 185
186 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" /> 186 <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:CargoOwnership" />
187 187
......