MPRG Cargo Table fixed except shipper - transform bug to find
Showing
3 changed files
with
1 additions
and
3 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -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 { |
| ... | @@ -176,8 +176,6 @@ OPTIONAL { | ... | @@ -176,8 +176,6 @@ OPTIONAL { |
| 176 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> | 176 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> |
| 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 | - | ||
| 180 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" /> | ||
| 181 | 179 | ||
| 182 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | 180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> |
| 183 | 181 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment