Skip to content
Snippets Groups Projects
Commit 2e9dd31f authored by Anton Kaplya's avatar Anton Kaplya Committed by valdislav
Browse files

MAGETWO-36882: Stabilizing branch

parent f90a7150
No related merge requests found
......@@ -189,3 +189,4 @@
## http://developer.yahoo.com/performance/rules.html#etags
#FileETag none
SetEnv MAGE_MODE developer
\ No newline at end of file
......@@ -24,4 +24,19 @@
</argument>
</arguments>
</type>
<type name="Magento\SalesRule\Model\Resource\Report\Rule">
<arguments>
<argument name="resourcePrefix" xsi:type="string">sales</argument>
</arguments>
</type>
<type name="Magento\SalesRule\Model\Resource\Report\Rule\Createdat">
<arguments>
<argument name="resourcePrefix" xsi:type="string">sales</argument>
</arguments>
</type>
<type name="Magento\SalesRule\Model\Resource\Report\Rule\Updatedat">
<arguments>
<argument name="resourcePrefix" xsi:type="string">sales</argument>
</arguments>
</type>
</config>
......@@ -62,4 +62,14 @@
<type name="Magento\Quote\Model\Quote\Address\ToOrder">
<plugin name="add_tax_to_order" type="Magento\Tax\Model\Quote\ToOrderConverter"/>
</type>
<type name="Magento\Tax\Model\Resource\Report\Tax\Createdat">
<arguments>
<argument name="resourcePrefix" xsi:type="string">sales</argument>
</arguments>
</type>
<type name="Magento\Tax\Model\Resource\Report\Tax\Updatedat">
<arguments>
<argument name="resourcePrefix" xsi:type="string">sales</argument>
</arguments>
</type>
</config>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment