David Price

Improved product inventory

...@@ -157,8 +157,9 @@ OPTIONAL { ...@@ -157,8 +157,9 @@ OPTIONAL {
157 </ui:forEach> --> 157 </ui:forEach> -->
158 158
159 159
160 - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" /> 160 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionFlows" />
161 - 161 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventory" />
162 + <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:ProductionInventoryAll" />
162 163
163 </ui:group> 164 </ui:group>
164 165
...\ No newline at end of file ...\ No newline at end of file
......