File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
app/code/Magento/Sales/Block/Adminhtml/Order Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,10 @@ public function getFullTaxInfo()
8080 }
8181
8282 $ taxClassAmount = [];
83- //phpcs:disable
84- if (empty ($ source )) {
83+ if ($ source == null ) {
8584 return $ taxClassAmount ;
8685 }
87- //phpcs:enable
86+
8887 $ taxClassAmount = $ this ->_taxHelper ->getCalculatedTaxes ($ source );
8988 if (empty ($ taxClassAmount )) {
9089 $ rates = $ this ->_taxOrderFactory ->create ()->getCollection ()->loadByOrder ($ this ->getOrder ())->toArray ();
Original file line number Diff line number Diff line change 1717class Messages extends \Magento \Framework \View \Element \Messages
1818{
1919 /**
20- * Core registry
21- *
2220 * @var \Magento\Framework\Registry
2321 */
2422 protected $ coreRegistry = null ;
You can’t perform that action at this time.
0 commit comments