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 1831d4b commit 64acc51Copy full SHA for 64acc51
app/code/Magento/Sales/view/adminhtml/templates/order/totals/tax.phtml
@@ -86,7 +86,7 @@ $taxHelper = $block->getData('taxHelper');
86
$amount = $info['tax_amount'];
87
$baseAmount = $info['base_tax_amount'];
88
$isFirst = 1;
89
- $infoTitle = preg_replace('/[^A-Za-z0-9\-]/', '', $info['title']);
+ $infoTitle = sha1($info['title']);
90
?>
91
<tr id="info-<?= /* @noEscape */ $infoTitle ?>"
92
class="summary-details<?= ($isTop ? ' summary-details-first' : '') ?>">
0 commit comments