David Price

Checked split files from DPR2 ASGARD test file

...@@ -55,9 +55,17 @@ WHERE { ...@@ -55,9 +55,17 @@ WHERE {
55 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> 55 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" />
56 56
57 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> 57 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
58 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
58 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> 59 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" />
60 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" />
61 +
62 +
63 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OtherVolumes" />
64 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsOther" />
65 +
66 +
67 +
59 68
60 - <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
61 69
62 70
63 71
......