We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b117b0c commit 4a78ca5Copy full SHA for 4a78ca5
app/code/Magento/Sales/Model/ResourceModel/Order/Invoice/Grid/Collection.php
app/code/Magento/Sales/etc/di.xml
@@ -832,6 +832,12 @@
832
</argument>
833
</arguments>
834
</type>
835
+ <virtualType name="Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection" type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
836
+ <arguments>
837
+ <argument name="mainTable" xsi:type="string">sales_invoice_grid</argument>
838
+ <argument name="resourceModel" xsi:type="string">Magento\Sales\Model\ResourceModel\Order\Invoice</argument>
839
+ </arguments>
840
+ </virtualType>
841
<type name="Magento\Sales\Model\Order\Config">
842
<arguments>
843
<argument name="state" xsi:type="object">Magento\Framework\App\State\Proxy</argument>
0 commit comments