David Price

Added smaller test case and put html back to include all sections.

...@@ -80,10 +80,10 @@ WHERE { ...@@ -80,10 +80,10 @@ WHERE {
80 80
81 81
82 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" /> 82 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionVolumes" />
83 -<!-- <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" /> --> 83 +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlows" />
84 /> 84 />
85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" /> 85 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:InjectionVolumes" />
86 -<!-- <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" /> --> 86 + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsInjection" />
87 87
88 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ImportVolumes" /> 88 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ImportVolumes" />
89 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsImport" /> 89 <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductFlowsImport" />
......