Skip to content

Commit 92721a1

Browse files
committed
ACP2E-31: Free Shipping does not show in totals on invoice page
1 parent af80381 commit 92721a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Block/Adminhtml/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Totals extends \Magento\Sales\Block\Order\Totals
1414
{
1515
/**
16-
* Admin helper
16+
* Sales admin helper object
1717
*
1818
* @var \Magento\Sales\Helper\Admin
1919
*/

app/code/Magento/Sales/Block/Order/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Totals extends \Magento\Framework\View\Element\Template
3232
protected $_order = null;
3333

3434
/**
35-
* Core registry
35+
* Core registry object
3636
*
3737
* @var \Magento\Framework\Registry
3838
*/

0 commit comments

Comments
 (0)