Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
merge branch 2.4 develop into 2.4
  • Loading branch information
phamcuongmp authored Nov 29, 2021
2 parents 49ad879 + b94d1fd commit 01bad7c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "4.0.4",
"version": "4.0.5",
"license": "proprietary",
"authors": [
{
Expand Down
29 changes: 29 additions & 0 deletions view/adminhtml/layout/sales_order_creditmemo_updateqty.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--
/**
* Mageplaza
*
* NOTICE OF LICENSE
*
* This source file is subject to the Mageplaza.com license that is
* available through the world-wide-web at this URL:
* https://www.mageplaza.com/LICENSE.txt
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Mageplaza
* @package Mageplaza_CurrencyFormatter
* @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
* @license https://www.mageplaza.com/LICENSE.txt
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="creditmemo_totals">
<block class="Magento\Sales\Block\Adminhtml\Order\Creditmemo\Create\Adjustments" name="creditmemo.currencyformatter.totals" template="Mageplaza_CurrencyFormatter::order/creditmemo/create/totals/adjustments.phtml"/>
</referenceBlock>
</body>
</page>

0 comments on commit 01bad7c

Please sign in to comment.