Skip to content

Commit

Permalink
MAGETWO-68938: #9428: 2.1.6 Fixed 500 error while getting Low Stock R…
Browse files Browse the repository at this point in the history
…eports #9487

 - Merge Pull Request #9487 from mikebox/magento2:lowstockreportsissue
  • Loading branch information
vrann committed May 5, 2017
2 parents fa68470 + c35bee7 commit 63c1904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="reports_report_product_lowstock_grid"/>
<body>
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Export CSV"/>
<block class="Magento\Backend\Block\Widget\Grid\Container" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
</body>
</page>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="reports_report_product_lowstock_grid"/>
<body>
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Excel XML"/>
<block class="Magento\Backend\Block\Widget\Grid\Container" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
</body>
</page>

0 comments on commit 63c1904

Please sign in to comment.